Viewing 10 posts - 31 through 40 (of 40 total)
PS.......
Before discovering SQLSERVERAGENT there was confusion supreme as the JOB failed because I don't have CmdExec permission and when the Administrator set up the JOB, it failed with "connection error"...
February 15, 2004 at 6:37 pm
Discovered that scheduled JOBs are run by Windows SQLSERVERAGENT service.
This service can be set to to act like a domain-user with its own (startup) userID and password.
We have now applied for SQLSERVERAGENT (user...
February 15, 2004 at 5:51 pm
Yeah, something like that.
It's an expression which (giving away my age) comes from the 1950s.
Ah, the days of Rock 'n Roll when Elvis became the KING and life was about...
February 8, 2004 at 8:26 am
XTAB is now in the Scripts library and I was really chuffed to receive so many votes.
Ian
Use Northwind
EXEC sp_XTAB
'Northwind',
'xtORDIST',
'Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID',
'Orders.CustomerID, City',...
February 7, 2004 at 2:30 am
Chris, I've seen your posts and you're a GURU, official or otherwise.
Ian
January 28, 2004 at 9:06 am
Thanks Chris,
I'm a programmer who knows very little about SQL Server.
This is a prototype and sql gurus such as yourself could improve XTAB I.e. more error trapping.
The "scoping" is a bit tricky...
January 28, 2004 at 2:34 am
Hi Charlesd,
XTAB will do the job for you - no fuss.
It's big but you only have to copy and paste it - no messing with code because the XTAB stored...
January 22, 2004 at 2:06 am
I may be a bit off beam on this one however, having read so many requests for a CROSSTAB (TRANSFORM/PIVOT) function in SQL Server, I wondered if a procedure I wrote (sp_XTAB)...
January 7, 2004 at 4:10 pm
Viewing 10 posts - 31 through 40 (of 40 total)