The ports SQL clients would use ?
A Firewall is sitting between the Database Server and the SQL client. Ports 1433 (SQL default listen port) and 2383 (Analysis service) have been opened on firewall. However which ports should be...
View ArticleQuering about SQL Server 2014
Dear Sir,We are planning to buy a sql server 2014 licensing, but not sure to for which to proceed with std. or enterprise one. As we have to only publish our webbased and online software to be filled...
View Articledata transfer from sybase to sql server
Hi ,we are pulling data from sybase to sql server using ssis pacakges.a column of type bit in sybase is transferred as int in sql server.but because of that the value of sybase column as 1 is...
View Articleindex - sql server
what is the difference i add a 4 column into 1 index and create 1 column for 1 index (create index separately) in sql serveri.e. index_1 : name1,name2,name3,name4or index_1: name1 index_2: name2...
View ArticleSQL query result shoes value ids instead of value names
Hi All,Pleaes i need help.When selecting top 1000 result from a table, it give me a lot of result taht are useful for me. But one column named "subcategory", it give me the Subcategory ID instead of...
View ArticleDatabase compatibility Level
Hello !I'm creating a program with VB.net and Sql server 2008R2. But I want that my application to run on other versions of sql server ( like 2005 , or 2008)On Sql server management studio , I open the...
View ArticleCannot Conntect to Server
Below is an error message I received. I have installed Microsoft SQL, about 10 times, I had it working for about a month then I got an error and I had to uninstall and try to reinstall. Can anybody...
View ArticlemySQL to JSON
Hey guys, on my server I´ve got a PHP file that retrieves my SQL database and encodes it to JSON:<?php $host = "abc"; //Your database host server $db = "abc"; //Your database name $user = "abc";...
View ArticleDoes auto statistic slow down inserts?
I found some code on the web to loop through my table's columns dropping indexes so I could do fast inserts overnight. The table has five million records.The loop threw an error on one of the...
View ArticleIssue with joins
Hello everyone,I am joining 4 tables and in where clause, i wrote a sub query.SELECT t1.col1,t2.col2,t1.col3 FROM table1 t1INNER JOIN table2 t2 ON t1.col4=t2.col4INNER JOIN table3 t3 ON...
View ArticleBackup size
Hello,Our sales database is on full recovery model, last days i look that the database backup size growing fast (800 MB) , today i surprised that the backup size return to intial size ( 300 MB).what...
View ArticleI am developing a Web App which will have millions of users. I am expecting...
I am developing an app that will server millions of users. Most of the information coming out of the database won't be of any security concern, but there will be some accounts with financial...
View ArticleHow to connect to SQL Server DB with Windows Authentication
Can we connect to SQL Server DB with Windows Authentication using VBScript from the system which is not authorised to access the DB (that is, I want to run the code from the machine which does not have...
View ArticleSql 2014 "dbo" question......
I thought there was no "default" schema so why doselect * from <table>andselect * from dbo.<table>return the same result set? TIA,edm2 P.S. My Server Role is set to "sysamdin" on this test...
View ArticleCan not download trial of SQL 2014
I can not download SQL 2014 evaluation program. Just hangs. Can not get help.
View ArticleError 17204 and 17207
I deleted test database but i got below error.FCB::Open failed: Could not open file D:\Data\test.mdf for file number 0. OS error: 2(The system cannot find the file specified.).
View Articledeadlock - sql
i have run the follwing script in sql server 2008. but causing the error:"Transaction (Process ID 165) was deadlocked on lock resources with another process and has been chosen as the deadlock...
View Articleusing write queries to a table from two Different application
Hi All,sorry to ask you this basic question. i am a newbiehow Sql server will work if we try to delete or modify records from two different applications at same time. lets say, there is 3 members team,...
View ArticleCan not find SQL Server 2014 docuementation for environment behind a firewall
For SQL Server 2012 there was a possibility to download the complete product-documentaion as an iso-file for installation on computers located behind a firewall....
View ArticleHow do I execute a PowerShell Script
I've googled this, and found arguments as to "why would you do that, blah blah blah"So please don't ask me why; this is just the way I was told to do it until we can get our SQL DB Mail working. Our...
View Article