Viewing 8 posts - 286 through 293 (of 293 total)
Have you setup a Proxy Account?
from the BOL:
When xp_cmdshell is invoked by a user who is a member of the sysadmin fixed server role, xp_cmdshell will be executed under the...
January 14, 2004 at 1:43 am
Thanks Wes
Just to be sure, did Restoring the Backups change the collation?
I have a test environment with a different collation, & using SSCodeGen (available from this site), I...
December 17, 2003 at 7:49 am
Good Questions, I've asked them all of myself. 🙂
I split the query up into separate files to try & get the trigger in, and the other two, which...
December 3, 2003 at 6:58 am
OK, using the suggestions above, this is what I have got so far:
Declare @tmpTable table (myID int NOT NULL IDENTITY (1, 1),
Query nvarchar(4000) NOT NULL)
Declare @step int, @i int
Declare @q...
November 28, 2003 at 7:47 am
Thanks for that, I'll have a go at knocking one up. If I succeed, (and succeed I must 🙂 ) , I'll post it here.
Jacko
November 27, 2003 at 7:07 am
to that end, take a look at SSCodeGen, available on this site at http://www.sqlservercentral.com/products/SSCodeGen/
November 24, 2003 at 1:34 am
If you don't mind registering a 3rd party dll, STMAdmin, I have a bunch of scripts that reads a list of server names and gets the last two days worth...
November 17, 2003 at 6:55 am
When I worked in a support Dept., I always liked PEBKAC - Problem Exists Between Keyboard And Chair 🙂
David Jackson
October 29, 2003 at 2:37 am
Viewing 8 posts - 286 through 293 (of 293 total)