Viewing 15 posts - 1,171 through 1,185 (of 2,897 total)
GilaMonster (11/6/2010)
November 6, 2010 at 8:48 pm
I think the default trace might have it, if it's not overwritten yet.
" ... As you can see, we were able to gather some pretty significant information about who created...
November 5, 2010 at 12:40 pm
I read this part:
"... These packages have been made available for general testing purposes only and should be deployed in a non-production [environment]. ..."
November 4, 2010 at 2:57 pm
SP3 is the most recent version for SQL.
November 4, 2010 at 2:11 pm
JohnWSmith (11/4/2010)
SQL Server 2005, Windows Server 2003, Standard Edition, Service Pack 2
The wording makes it appear that Windows is SP2, not SQL
November 4, 2010 at 1:25 pm
Carlton Leach (11/4/2010)
This must be a pi$$ take
Or a troll
This should fix the error:
Select top 100 * from table_with_one_billion_rows
Or get a bigger monitor 🙂
November 4, 2010 at 7:34 am
raistlinx (11/3/2010)
SELECT 'DROP TABLE ' + name FROM sys.tables
and run the result
........... After your FULL backup completes
November 3, 2010 at 12:24 pm
Differentials are cumulative, so you only restore the most recent diff. T-Logs are additive, so you restore them all, or up to the desired point in time, since the...
November 3, 2010 at 12:20 pm
I don't know of a way after the fact unless you had a trace running ....
I run transaction log backups every 15 min, so I look at when the...
November 3, 2010 at 5:01 am
More detail would be helpful.
Do they get an error trying to access the data ?
Were they able to get data before, but now they can't ?
What application or method are...
November 2, 2010 at 10:15 am
I clean up the text files in the same maint plan that does the backup ...
November 2, 2010 at 6:28 am
Sounds like you have an uncommitted transaction(s).
http://support.microsoft.com/kb/317375
What is the result of DBCC OPENTRAN ?
If you search "The transaction log for database 'tempdb' is full" you will find plenty to read...
November 1, 2010 at 8:13 pm
Toreador (11/1/2010)
Good question and I learnt something 🙂I wonder how many of those who got it right (70% at the moment) did so without running the script first!
I did ...
November 1, 2010 at 6:01 pm
harita (11/1/2010)
November 1, 2010 at 12:05 pm
Craig Farrell (11/1/2010)
homebrew01 (11/1/2010)
November 1, 2010 at 11:58 am
Viewing 15 posts - 1,171 through 1,185 (of 2,897 total)