What is the use of Snapshot isolation level
hi experts please explain the use of Snapshot isolation level and scanerio to use the isolation level. i go through the MSDN article, but i am not clear in my idea.Thanks in advance.
View ArticleIssue with using bpc buld loader utility for MSSQL SERVER with Windows...
Hello,I am trying to load the data using bcp utility to a remote database (MSSQL) but every time i try it gives me problem. But for SQL SERVER authentication mode the bcp utility works properly. Now my...
View ArticleMicrosoft SQL Server 2014 is (almost) here; Visual Studio 2013 is here
SQL Server 2014: Unlocking Real-Time InsightsLearn more about SQL Server 2014Visual Studio 2013 and many of the Application Lifecycle Management features that they includehave fun,
View ArticleAbout Identity Specification in SQL Server 2008
I have a table with an Identity Specification. It is working fine.The first record is "1" and then the second is "2" and so on.My problem is...Perhaps I inserted a record, so the SQL will give "3" in...
View ArticleAbout Identity Specification in SQL Server 2008
I have a table with an Identity Specification. It is working fine.The first record is "1" and then the second is "2" and so on.My problem is...Perhaps I inserted a record, so the SQL will give "3" in...
View ArticleImport Active Directory to MSSQL 2008
Good Day,I would like to ask some Information how to import my Active Directory User and Groups on MS SQL 2008, So that my imported data will be Logon to my Application. Thanks Eos.
View ArticleRestore from mdf and ldf
hi everyone,hopefully I can get a definite answer from here, please help with this...I have a number of DB 's that are backed up every 12 hours to an external disk, no need to backup log files as data...
View ArticleSQL 2008 DB backup by command
http://msdn.microsoft.com/en-us//library/ms186865.aspxWe plan to take full backup of SQL 2008 DB by command1. If we choose simple recovery model, backup database command like the below is enough ? (I...
View Article.msd -" You dont have permissions to open this file"
when i connect vb studio to sql server 2008 .msd file, it is showing error named " You dont have permissions to open this file". So i am not able to access db. What should i do.Regards Syed
View ArticleSQL Server Evaluation Period. Can I resintall again?
I have SQL Server evaluation edition installed some time back and it got expired now. I was using it as a lab for self learning. If I uninstall and install the evaluation edition again , will I be able...
View ArticleUsing having
I have a table of race courses. Some races only have 1 course, while others may have >1.The courses are closed at predetermined times so there can only be one open course at a time where the...
View ArticleDoes SQL2008 support restore from Vmware snapshot restore ?
We have Windows 2008R2 VMware guest OS which include SQL2008 for FIM.We are planing backup design.1Does SQL2008 support restore from Vmware snapshot restore ?Is there any concerns f about restoring...
View ArticleValidating data on insert or update
Hi I am very new at this. My questions is when data is being inserted or updated how can I trap that, check data and modify it before it is inserted or updated? Thanks Regards
View ArticleCore, Socket, Hyper Threading Information using Query
This might be a basic question and may not be related to SQL Server. But I would like to know how to find out the number of cores, number of sockets or hyper threading information using SQL query. Also...
View ArticleStored procedure to return auto incremented number every time its called.
I'm looking to create a simple web service that will make a call to a ms sql server. The database should then return a number that is simply incremented by 1 each time its called. Notice that I'm not...
View ArticleHow to generate single row output
Good day! I would like to ask how can i generate an output on a single line. Here is my code:Select Wo.wonum as 'Work Order Number',WO.assetnum as 'Asset Number',WO.reportdate as 'Creation Date &...
View Articleerror in management studio 2012 installation
Overall summary: Final result: Failed: see details below Exit code (Decimal): -2068054007 Start time: 2013-06-07 19:01:59 End time: 2013-06-07 20:27:31 Requested action: Install Setup completed with...
View ArticleSQLServer.exe significance?
Whats the difference in starting the SQL Server in command prompt.SQLServer.EXE andNET START MSSQLSERVER?Thanks and Regards,Shanoof Basheer
View ArticleTracing where an application's connection comes from
Hi,I'm not sure if it's possible or if I even have the right discussion group but here goes.I use the below SQL to find what applications are connecting to databases:USE master; GO SELECT spid,...
View ArticleSQL Server 2012 support collation khmer
Dear All, I would like to check with all of you. My customer need to buy SQL Server 2012 for keep Khmer(Cambodia) data to database but I not too sure SQL Server will support Khmer langue. Could...
View Article