Viewing 8 posts - 76 through 83 (of 83 total)
You could use the sp_add_job to create a job which deletes itself after running and then execute it using sp_start_job.
November 14, 2007 at 9:34 am
Just detach the database move the files and re-attach it
November 14, 2007 at 9:15 am
If the default instance collation is different this can cause issues in execution plans. As the database will be restored in the collation is was backed up in.
November 13, 2007 at 5:17 am
I know its a stupid question but have you checked the database/instance/field collations to ensure they are the same?
November 13, 2007 at 4:57 am
I have now fixed this.
The way round this is to bring down the cluster services on both nodes add the SQLArg registry entries back into both systems and bring the SQL...
February 17, 2006 at 4:36 am
The reason i am using this is because i am remotely execting stored procedures for example....
declare @servername varchar(255)
declare @cmd nvarchar(500)
set @SERVERNAME = 'SERVERNAME'
#CREATE A LINKED SERVER#
set @cmd = 'exec
February 6, 2006 at 3:30 am
I have run SQL Profiler and i cannot find any useful information. I am using windows pass through authentication for this and in this scenario it works fine for about 2...
January 25, 2006 at 9:35 am
Viewing 8 posts - 76 through 83 (of 83 total)