Quering 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 ArticleSQL Server VSS Writer terminated with service-specific error 2147549183...
Hi Team,SQL VSS Writer service terminated with service-specific error, find SC query results, please advice wat;s the issue. Kindly note this service running fine for long time and suddenly...
View ArticleDifference between EXISTS and IN in SQL?
I would like to know the difference between the EXISTS and IN clause in SQL? When should we use EXISTS and when IN should be used?
View Articlesql inventory tool
are there any free tools out there to scan your network for where SQL Server is installed on a server, and produce a report, or any alternative way you could achieve this?
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 ArticleSSMS broken by VS 2013 Install
After installing VS 2013 SSMS is not able to connect to a remote MS Sql Server (E.g.: an Azure DB).Here's the error message I receive:TITLE: Connect to Server ------------------------------ Cannot...
View Articlereplication data did not match
how to find out that Data at the Publisher and Subscriber Do Not Match in replication and how to resolve it?
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 ArticleHow much memory will be used by SQL Server ?
Hi,We just install SQL Server 2008R2 (64 Bit) on a Windows 2008R2 server with 6GB RAM allocated.Just wonder how much memory will be used by SQL Server 2008R2 ? Should we assign Max Memory and Min...
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 Articlesql 2008 job
Hi I am trying to create a sql job which will alert me if any rows returning and also send me resultset in excel file. Any help?
View ArticleCombine User/Device CAL with Per Processor CAL?
Hello,Is it legit by Microsoft to combine Licenses? Could I purchase 40 SQL user CAL's and then 1 Per Processor CAL if I had 2 physical CPU's? Or would they expect you to purchase 2 CPU CAL's? Small...
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 ArticleThe multi-part identifier "p.p#" could not be bound.
Hi,When i executed the below query , i have an error :(select s# from s where exists (select * from spj where spj.s# = s.s# and spj.p# = p.p#)and relation is :S(s#,sname,city) s# is primary...
View ArticleAdd service account as a login for my database
Hello,I am expering difficulties to add my "local system" account as a valid login for my SQL (localDB)\v11.0 development server.This is my development environment where I am creating a windows service...
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 ArticleNeed proc which can disable foreignkey constraint?
I have list of tables and found existing foreign key through sys.foreign_keys. I would like to write a cursor which goes each tableand disable existing Foreign Key Constraints. need help please.
View Article