Viewing 15 posts - 31 through 45 (of 46 total)
thanks all,
it helped me and I just added wait for delay 2 sec
CREATE TABLE [Test] (ID bit)
DECLARE @endDate datetime
SET @endDate = DATEADD(hh,1,GETDATE()) -- 1 hours from now
WHILE GETDATE() < @endDate
BEGIN
INSERT...
June 1, 2010 at 9:53 pm
Thanks you,
I just want to create a new table and insert data in loop using a query from management studio and want to see while performing live migration, whether the...
May 31, 2010 at 10:35 am
So Import/Export is NOT meant for this kind of data refresh right?
May 28, 2010 at 1:44 pm
"It is not possible to change the SQL Server features to be upgraded in this release"
Even if the setup shows the above message, I continued with the upgrade and it...
May 27, 2010 at 6:43 pm
I do not want create tables in MASTER database and we have Admin database to keep the maintenance scripts.
So how to user your script by creating the tables in...
May 27, 2010 at 1:07 pm
Does the script works with dbmail instaed of using the procedure sp_send_cdosysmail and CDOSYS objects?
thanks
May 27, 2010 at 1:05 pm
Is the script works in SQL Server 2005 and using dbmail?
Thanks
May 27, 2010 at 1:02 pm
Yes, it's not parsing and getting below errors:
Msg 102, Level 15, State 1, Procedure SP_GetBlockedInfo, Line 4
Incorrect syntax near '?'.
Msg 102, Level 15, State 1, Procedure SP_GetBlockedInfo, Line 25
Incorrect syntax...
May 27, 2010 at 12:56 pm
I think you need to start with service pack two before service pack three and apply in server with reporting services before the server with the ReportServerDB and ReportServerTempDB because...
May 27, 2010 at 12:02 pm
Could you please advice me..
thanks
May 26, 2010 at 12:15 pm
Thanks,
I'm looking for a script which will include the logic to send an email when blocking occurs that includes the information such as what sessions were blocked and what session...
May 26, 2010 at 11:26 am
third party tool like sql heart beat will help..
u can view blocking by sp_who2
Thanks,
Yes, We can know the blocking by sp_who2 when blocking occurs. But not after the blocking. I...
May 26, 2010 at 12:57 am
Thanks so much,
Is there any script that looks for Blocking or dead lock every 5 mins?
and if that script detects any blocking or dead lock, it should send an email...
May 25, 2010 at 11:17 pm
next, make sure all the "\" are in place, including the last
I selected the path by using browse option that exist in setup.
May 25, 2010 at 7:35 am
Check that the folder structure you wish to change it to exists.
Yes. The folder structure exist already. Prior to the installation, I have created the folders. But still getting the...
May 25, 2010 at 7:21 am
Viewing 15 posts - 31 through 45 (of 46 total)