Viewing 15 posts - 2,191 through 2,205 (of 2,436 total)
I've always rebooted after any MS service pack (SQL or Windows) whether they say to or not. It's served me well ... call it a 'best practice' ...
June 7, 2005 at 3:13 pm
A little late, but the term describing the initial SQL statement is 'almost' a 'cartesian join' ...
June 2, 2005 at 12:57 pm
Everything but the file move is handled. You can add an additional Job step to perform this task to accomplish this.
June 2, 2005 at 11:16 am
Just one question ... "Why not use SQL Maintenance Plans ?" ...
June 1, 2005 at 1:54 am
52 Gb is not that large. based on all of the discussion the most efficient method seems to be:
1) backup the transaction log --> of course I'd also do a...
May 31, 2005 at 12:31 pm
I do not believe that it is the EM at fault. It's the OS. You're probably a victem of disk fragmentation.
May 31, 2005 at 12:22 pm
Also, you will have to stop/restart the SQL Server service.
May 31, 2005 at 9:16 am
here's a start .from BOL ...
xp_logininfo [[@acctname =] 'account_name'] [,[@option =] 'all' | 'members']
[,[@privelege =] variable_name OUTPUT]
May 12, 2005 at 12:54 pm
In actuality, the users requesting the change have all the knowledge needed, after all it is a business process and business decision driving this. What they are probably lacking are...
May 12, 2005 at 12:33 pm
Without sufficient power 'failover' will not help unfortunately.
May 12, 2005 at 12:25 pm
There's also one more 'esoteric' limitation when using views ... the concatenated columns of the views cannot exceed the usable page size (approx. 8092 bytes out of an 8192 -...
May 12, 2005 at 11:55 am
3 things. First to make the mapping 'go away' in SQL Server you will have to stop and restart SQL Server. Second, if you use this again, I'd also add /PERSISTENT:NO. Finally...
May 12, 2005 at 11:40 am
IMHO 5 minutes UPS time is not enough 'battery time' for a SQL server. This lack of time for a graceful shutdown is probably the root cause of your corruption....
May 12, 2005 at 10:48 am
MOM --> Microsoft Operations Management is the tool that we use. It provides lots (repeat lots) of monitoring. Here's the main link below (plan on spending a hour or two...
May 12, 2005 at 9:38 am
how about:
exec xp_cmdshell 'DIR g:\cnd_reports\JmailAirCND.exe'
and
exec xp_cmdshell 'DIR \\server_name\share_name\cnd_reports\JmailAirCND.exe'
May 11, 2005 at 12:36 pm
Viewing 15 posts - 2,191 through 2,205 (of 2,436 total)