Viewing 15 posts - 1,216 through 1,230 (of 2,436 total)
You can add a trigger to syscomments but it is highly frowned upon for a number of reasons - only one of which I will state. Primarily modifications to system...
August 2, 2006 at 11:52 am
You have a choice
avoid dynamic SQL or avoid putting the SP in the master database.
If you cannot put things in the master database then you will need dynamic SQL...
August 2, 2006 at 10:44 am
I've seen this type of failure a couple fo times. Both were related to the AD account used in the cluster installation. In your case chedk out cluster_admin in AD....
August 2, 2006 at 10:33 am
First a few questions:
August 2, 2006 at 10:29 am
Try running your command at the prompt first. My guess is that since you did not provide either the -n or -c parameter to tell bcp the format of the...
August 2, 2006 at 10:26 am
I still say "run, run, run away from it" ...
But if your a true 'masochist' you could try downloading the latest and greatest from the HP web site and burn...
July 31, 2006 at 9:54 am
Their reasoning? Apparently the building they are located in downtown is fed by three power grids and has had < 1 minute of downtime in 5 or 6 years....
July 31, 2006 at 8:32 am
You can also just use the base command buried in the stored procedure: DBCC ERRORLOG
July 27, 2006 at 11:11 am
Steve, please do not stop reviewing things. It's one of the most positive attributes of this site - I know when I get a script from SSC it's OK. I...
July 26, 2006 at 2:26 pm
It was too flaky. Granted it was free, but this product has 'tarnished' the company's reputation in my opinion. The candid email to explain things is spin control - just...
July 26, 2006 at 10:09 am
We have no issues with this. We even use a separate accounts for SQL Server and the SQL Agent. You say that the SQL Server Service domain account is a...
July 26, 2006 at 9:54 am
I would create the CDOSYS smtp mail as a separate SP then just change your EXEC line:
exec master.dbo.xp_sendmail @recipients = @vcMailRecipients, @subject = @vcSubject, @message = @vcMessage
July 25, 2006 at 10:44 am
Out of curiosity why do you need this information ? If you are using a SQL Maintenance Plan for your transaction log backups the actual filenames should be sufficient for...
July 25, 2006 at 10:11 am
If you are speaking of 4 million transactions (rows) per day I'd probably opt for a couple of things on the hardware storage side first. SAN storage for starters using Meta-LUNs as...
July 24, 2006 at 6:58 pm
... in addition to getting a bit more 'old farts' ahve a wry sense of humor as well !
One 'old fart' to another !
July 24, 2006 at 5:56 pm
Viewing 15 posts - 1,216 through 1,230 (of 2,436 total)