Viewing 15 posts - 1 through 15 (of 25 total)
Hi,
Can you please share the compatible code for SQL 2K8 R2.
because, this script not working.
Thanks
June 13, 2013 at 7:04 am
Thanks for Reply,
My Question is how to find the Actual Row Count and where it will show me the acutal row count likewise Estimated Row Count in the Execution...
June 27, 2012 at 2:56 am
Declare @table1 as Table(cID bigint,Uid bigint)
insert into @table1 select 23,40
insert into @table1 select 20,50
insert into @table1 select 23,60
declare @groupid1 nvarchar(10)
set @groupid1 = '40,50'
declare @t1 as table (uid1 bigint)
insert...
September 9, 2009 at 7:31 am
Could you please tell me what is CU and where I can read the issue list.
Is there any why I can find the list of issues been fixed on SP3..
Thanks
June 18, 2009 at 9:32 am
Thanks for the reply and find the below info.
SQL Serve Edition - SQL Server 2005 Enterprise Edition, SP2
OS - Windows Server 2003 R2 (Standard Edition) , SP2
Physical Memory -...
June 15, 2009 at 4:29 am
Thanks to everyone for give me the best approach.
However, I would like to follow the practice while will delete the records in the loop..
by incrementing 10000 records at each loop...
September 29, 2008 at 10:21 am
Okay, I agree with your point - If I start all the activity at the same time for sure server will get into hung stage.
Intension of this requirement is to...
September 26, 2008 at 4:24 am
There are more than 150 Jobs are running, this is painfull task to copy the each jobs and pasting at the destination servers.
I am using SQL Servef 2005 64 Bit...
September 21, 2008 at 5:17 am
September 20, 2008 at 9:49 am
when I try that by using sqlservr -c -m -f i am getting below error.
2008-09-19 14:45:53.82 Server Error: 17058, Severity: 16, State: 1.
2008-09-19 14:45:53.82 Server...
September 19, 2008 at 7:49 am
Scott Duncan,
Its really fine & worked for me, but I am little bit confused with Step 7.
For Eg: Master db restore
Alter Database master modify file (name = master, filename...
September 17, 2008 at 4:53 am
Viewing 15 posts - 1 through 15 (of 25 total)