Viewing 15 posts - 271 through 285 (of 295 total)
EXEC master.dbo.xp_servicecontrol 'start', 'SQLServerAgent'
July 30, 2004 at 9:38 am
It makes no difference.
I have 20 odd TSX servers and I've had my MSX server (an old one for DBA use only) down for hours at a time.
The TSX servers...
July 30, 2004 at 9:28 am
Yep, extra quote on line 9 cause an error.
But otherwise Crystal does fall over when there appears to be multiple recordsets returned
July 26, 2004 at 1:30 am
See "renaming servers" in BOL for more info, but that doesn't say to restart the SQl service
March 1, 2004 at 1:47 am
I saw xpstar being loaded in the event log, but how does this affect the INSERT? Run it twice in the sp? Use WAITFOR?
January 19, 2004 at 12:11 pm
In fact, search the SQl Server 2000 KB for "8198" just in case
January 7, 2004 at 5:26 am
January 7, 2004 at 5:25 am
Also see "renaming servers" as you are doing part of this.
The SQL service will need restarted as well, BOL does not say this
December 30, 2003 at 3:05 am
Sometimes this occurs when SQL Server Agent can not authenticate the user who owns/starts the job. Search the MS KB for "xp_logininfo", I can't remember the article directly
October 10, 2003 at 1:56 am
I've 30+ servers.
I keep 8 days on site on server. Each DB is backed up at least once a day, upto every 15 minutes.
I also have an older server that...
October 9, 2003 at 4:54 am
Have you installed any Service Packs for SQL 7?
Our latest verison of SQL 7, SP4 is 7.00.1063
SP3 is 7.00.961
You'll probably have to apply the SP before the HF
Cheers
Shawn
August 14, 2003 at 1:32 am
Interesting. I'll use that myself in future.
I tried it with 5 rows and it was inconclusive, too busy to try with any more
Cheers
Shawn
July 30, 2003 at 6:50 am
Hi Frank
Good point.
Using float (any of float(1), float(24) or float(53)) gives the correct result
Using real works upto 23:57 (smalldatetime)
Casting to int will round it, rather than truncate won't it?
Cheers
Shawn
Edited by...
July 30, 2003 at 1:53 am
For stripping times off, I always prefer this:
CAST(FLOOR(CAST (DateTimeCol AS real)) AS smalldatetime
Drop the fraction from the 2 part number that is a datetime.
July 30, 2003 at 1:28 am
I've already tried that, looking at the domain level and at the local policy using my PC.
Thanks anyway.
June 30, 2003 at 8:34 am
Viewing 15 posts - 271 through 285 (of 295 total)