Viewing 15 posts - 31 through 45 (of 544 total)
Hi All
I am just replying my self to find out any luck with this Doubt, its still happening and i cant figure it out...
August 11, 2009 at 11:24 am
Try profiler to run a trace and see how long does this SP runs every time, this might give you a clear idea
August 5, 2009 at 3:42 am
If using SQL 2005 or 2008 mirroring is something to look into, its easy to set up and maintain and with almost zero down time
August 4, 2009 at 7:06 am
Thanks Steve, thanks a lot for your help, I will check the execution plans
August 3, 2009 at 7:48 am
Thanks Lynn, That explains a lot to me :-), got one more doubt, If we create a view with that filter, does this time will be reduced, since the view...
August 3, 2009 at 7:35 am
This is the wait for CPU to complete its transcations, see set Parallelism optin on SP_Config for more detail 🙂
July 27, 2009 at 3:54 am
Thanks Gial, Is it a good practice to leave AutoCreateStats on on database, or turn it off
July 23, 2009 at 5:42 am
Hi Thanks for the reply, thats my mistake
If( Select Count(*) from NameTable Where Name=@DupName)>1
The above is wrong
If( Select Count(*) from NameTable Where Name=@Name)>1
I got clear from this point, if...
July 16, 2009 at 7:08 am
Hi
You can use BCP or just insert into table command, remember that you have to do it table by table basics, or you can use SSIS to...
July 13, 2009 at 5:30 am
ops problem with posting, i have mailed to webmaster,
July 9, 2009 at 2:45 am
Hi Gail
Conversion of one or more characters from XML to target collation impossible [SQLSTATE 42000] (Error 6355). The step failed.
i have disabled all the triggers that i have made,...
July 9, 2009 at 2:15 am
Viewing 15 posts - 31 through 45 (of 544 total)