Viewing 15 posts - 316 through 330 (of 560 total)
TheSQLGuru (3/27/2014)
March 27, 2014 at 3:14 pm
hboswell (3/27/2014)
March 27, 2014 at 11:03 am
Sean Lange (3/27/2014)
sql-lover (3/27/2014)
Violation of PRIMARY KEY constraint 'PK_MyTable'. Cannot insert duplicate key in object 'dbo.MyTable'. The duplicate key value is (1842649).
The...
March 27, 2014 at 9:27 am
cesarscorp2 (3/26/2014)
March 27, 2014 at 9:15 am
Indianrock (3/26/2014)
March 27, 2014 at 9:09 am
You can try this one as well ... wrote by Paul Randal, I think ...
--virtual file latency
ReadLatency = CASE WHEN num_of_reads =...
January 22, 2014 at 3:43 pm
Perry Whittle (1/22/2014)
sql-lover
Also, on Veritas you basically install MS-SQL once on top of Veritas which does the rest.
Thats not correct, see my post above.
SFW HA has VCS...
January 22, 2014 at 2:59 pm
adonetok (1/17/2014)
I need to copy about 100 tables from server A to server B.
Since the project is under test mode and I need to...
January 22, 2014 at 2:38 pm
ramana3327 (1/18/2014)
Please let me know the main difference b/n Microsoft Clustering & Veritas Clustering.
What is the use of Domain controller in clustering? I mean is it mandatory to create domain...
January 22, 2014 at 2:24 pm
This is not a DMV I wrote (can't remember where I found it, honestly) but it is the 1st thing I ran to find out what query is slowing down...
January 22, 2014 at 2:19 pm
Usually, if you run the executable with the "/?" switch, it will display your choices.
On old versions of SQL, it was something like this:
C:\install\SQLServer200xSPx-.exe /allinstances /quiet
You can use a network...
September 30, 2013 at 2:53 pm
Oracle_91 (9/30/2013)
Thanks for the query. However, this script would show only the buffer distribution. ITs doesn't include the memory allocations done outside buffer pool(i.e. memToleave or non-buffer or memory...
September 30, 2013 at 1:48 pm
raj.prabhu001 (9/30/2013)
hi all,i want to create a script to backup the stored procs of the database plz suggest.
If this is a one time deal, you can use Management Studio and...
September 30, 2013 at 1:31 pm
CheckDB does a CheckAlloc on the database, a CheckTable on each table and view, a checkcatalog. So I think there is a chance that checkTable won't catch problems that a...
September 30, 2013 at 11:55 am
robrseidel (9/27/2013)
September 30, 2013 at 11:49 am
Viewing 15 posts - 316 through 330 (of 560 total)