Viewing 15 posts - 16 through 30 (of 41 total)
Hi Ravi,
You have not mentioned the what version of SQL Server Installed on Instance1 and Instance2.
Could you please clarify them. also provide the Screenshot of your errors.
Hope you...
October 14, 2010 at 12:58 am
you are trying to update the LOCATION_TABLE columns into #temp_tables column. am i right.
if that is true you don't need to use the co-related sql statement on this cause.
you can...
September 30, 2010 at 12:13 pm
i used to do this by creating batch file using sqlcmd and will schedule it in the windows scheduler
September 29, 2010 at 3:42 pm
it is always to have the patches or hotfixes updated with our SQL Server .:) great to hear that your issuse is resolved:-)
September 29, 2010 at 10:40 am
Could you please attached the screen shot of the main and subplan screen shot as well job properties.
September 23, 2010 at 11:29 am
you can also configure the trace for deadlock which will give you victim and the query, or sp.
Note: run the profiler on the different machine as it is resource intensive...
September 23, 2010 at 11:22 am
Could you please elaborate what events you want to set. are you looking at the Profiler or performance counter.
if you could give the bit more explanation so that every...
September 23, 2010 at 10:39 am
For DBA
--------------
From the Windows Perspective, he needs to able to login to the SQL Server Remotely and Able to access the Server Without any problem and he need to control...
September 23, 2010 at 10:35 am
you can configure them by using an interface
open the SQL Server profiler > File > NeW Trace
it will ask you the Credential the server you want to trace...
September 23, 2010 at 10:19 am
there are lot of reason the database goes to suspond mode
data page corruption, Log file grows and do not have space on the disk,may your t-log got currputed.
September 23, 2010 at 5:09 am
September 23, 2010 at 5:04 am
if you have a problem locks then you can try to run this batch by batch such 1000,2000,3000,etc.
you can use the bcp utility to achive this.
September 23, 2010 at 4:34 am
quick steps to identify the isssues are
1. run sp_who2 check any blocked SPID are there or not.
2. find out what is the blocked SPID T-SQL .
3. need to check is...
September 23, 2010 at 3:57 am
Viewing 15 posts - 16 through 30 (of 41 total)