Viewing 15 posts - 46 through 60 (of 78 total)
Thank you Gail -- I should have been more clear -- I did Transaction Log backups, and immediately ran SELECT log_reuse_wait_desc, * FROM sys.databases afterwards.
But the status of log_reuse_wait_desc does...
May 16, 2011 at 8:18 am
SQLkiwi -- now THAT actually makes it clear... thank you very much!
May 6, 2011 at 7:08 am
SQLRNNR (5/5/2011)
The arithmetic overflow occurs prior to the attempt to convert those ints to a bigint.
Got it! That makes sense.
Thanx!
May 5, 2011 at 1:11 pm
The book I found with the best explanation of SQL Security is:
WROX - Beginning SQL Server 2005 Administration
Chapter 6 - SQL Server 2005 Security
Page 175
Does anyone know of any excellent...
May 4, 2011 at 7:17 am
Thank you, that's extremely helpful!
Can you recommend a good, comprehensive book on SSIS?
April 14, 2011 at 1:17 pm
Wow! Your installation instructions are excellent.
Thank you!
March 17, 2011 at 10:49 am
mohammed moinudheen (3/17/2011)
http://support.microsoft.com/kb/174799%5B/quote%5D
Thank you for the link, but that article only addresses installing a Service Pack for Windows itself, not for SQL.
March 17, 2011 at 7:28 am
Criag - you definitely win the prize for the fastest response to a ridiculously long question!
And thank you for the detailed responses -- I know, the answer is always, "it...
November 2, 2010 at 2:57 pm
Data sets with addresses, etc:
http://aws.amazon.com/publicdatasets/
http://www.manifold.net/updates/product_downloads.shtml
http://www.gsd.harvard.edu/gis/manual/realestate/index.htm
http://www.ibm.com/developerworks/xml/library/x-geomap2/index.html
http://www.gearthblog.com/blog/archives/2006/06/huge_database_u.html
Free data set generator, including names, addresses, phone numbers, emails, etc. Not real-world data, but...
November 2, 2010 at 8:30 am
These errors are not checked for by default on a database upgraded from SQL 2000 or lower. CheckDB must run successfully once, with the DATA_PURITY option before
[[cr]]
CheckDB will not fix...
October 14, 2010 at 11:13 am
SKYBVI (10/11/2010)
(2) By temporally changing from the Full recovery model to the Simple recovery mode, and...
October 11, 2010 at 7:19 am
Thank you Gail, I especially love the part where you say, "All too often I hear of maintenance plans that first rebuild all the indexes, then shrink the data files....
August 24, 2010 at 2:13 pm
GilaMonster (8/24/2010)
Index rebuild job?How often are the tran log backups and how long did the full backup take?
I have a Maintenance Plan that does the FULL backup, and I have...
August 24, 2010 at 9:52 am
It seems like, finally, something has dawned on me:
All user-defined server side traces are DELETED every time SQL Server is restarted (or even if you just restart the SQL Server...
May 10, 2010 at 8:27 am
Another question, if I may: if you look at that code I posted above, there is a simple command to list all the traces running on a server: ...
April 28, 2010 at 12:00 pm
Viewing 15 posts - 46 through 60 (of 78 total)