Viewing 15 posts - 17,431 through 17,445 (of 39,834 total)
The warning is because SQL Server 2005 does not recognize W2K8. That OS was not around when SSK5 was released. So it warns you about potential issues.
Getting to SP3 will...
November 30, 2010 at 1:27 pm
Which account? If you set a proxy for xp_cmdshell, just give it the rights needed.
If you change a service account, use the Configuration Manager. It will assign the correct rights...
November 30, 2010 at 9:06 am
Quotes are hard. It's why printing out the string is a good idea.
Glad it's working.
November 30, 2010 at 9:06 am
The problem with either solution is that you can break the client side easily.
I'd recommend that you use a set schedule so that people are aware when the db will...
November 30, 2010 at 8:56 am
I agree with Gail. I would run this daily on my system databases.
November 30, 2010 at 8:40 am
Please no more responses on modifying system tables. It's not safe, and in this case, it should not be done.
To InfiniteError, you cannot modify the transaction log after, nor...
November 30, 2010 at 8:34 am
I'll check and see. I'd have thought the "/" was universal, but changing to "-" shouldn't be hard.
November 29, 2010 at 4:39 pm
We'll be correcting things soon. Some of the idea behind SQL Monitor was to show you what an average instance looks like at many companies. Both Brad and I have...
November 29, 2010 at 2:21 pm
This white paper should help: http://msdn.microsoft.com/en-us/library/ee523927%28v=SQL.100%29.aspx
Note that what you need is a big limiting factor. What types of data loss, recovery interval, administrative cost, etc. can you talk about for...
November 29, 2010 at 12:57 pm
print out your SQL, look at it, execute it in stages. You are getting a syntax error here.
November 29, 2010 at 12:54 pm
I still think my old method of using scripts is a good one. It handles dependencies, and it integrates VCS with a release process.
Building a stored procedure for a release...
November 29, 2010 at 12:53 pm
Good advice above. I'd also add that what you want will change as you mature. There is no "best" to recommend for anyone in general, but there is a "best"...
November 29, 2010 at 12:50 pm
It came out when I was 9, so that's when I saw it (10 times).
I think my son watched it at 6 or 7, but my daughter managed to see...
November 29, 2010 at 10:57 am
WayneS (11/29/2010)
CirquedeSQLeil (11/29/2010)
November 29, 2010 at 10:49 am
Viewing 15 posts - 17,431 through 17,445 (of 39,834 total)