Viewing 15 posts - 6,766 through 6,780 (of 49,571 total)
call.copse (1/16/2015)
I'm still a PRINT and temp table guy I'm afraid :blush: feels quite stone age but you know where you stand.
Stone age, but it works. I'm there too. Print,...
January 16, 2015 at 6:02 am
evgeny.marmalstein (1/16/2015)
But. if log to temp table and rollback occurs, then you lost the log. And during rollbacks the most important logs.
Log to a table variable and then, after any...
January 16, 2015 at 6:01 am
Alternately, go to the MS web site, get the 'skills measured' list and use Books Online.
January 16, 2015 at 5:52 am
Brandie Tarvin (1/16/2015)
GilaMonster (1/15/2015)
Sean Lange (1/15/2015)
EXISTS(select 1
is way faster than just select *. I know Gail has an article...
January 16, 2015 at 5:42 am
Sean Lange (1/15/2015)
EXISTS(select 1
is way faster than just select *. I know Gail has an article on her blog...
January 15, 2015 at 11:43 pm
In this case, you want to find an existing index that has BUSINESS_PROCESS_STATUS as the leading key column and then add the new column as a key column.
January 15, 2015 at 11:46 am
Not the system event log. The application event log.
January 15, 2015 at 8:18 am
What does the application event log say?
January 15, 2015 at 8:02 am
Is the service named "Express2008"? That's not the default for Express.
What are the command-line parameters for the service?
January 15, 2015 at 7:47 am
thedavegray (1/15/2015)
Yes the service is still running.
Well there's your problem.
January 15, 2015 at 7:35 am
Is the service still running at this point?
January 15, 2015 at 7:21 am
Please post the entire, unedited output of
DBCC CheckDB(<database name>) with no_infomsgs, all_errormsgs
If you restored and there's still corruption, it means that the database was corrupt at the time the backup...
January 15, 2015 at 6:15 am
That'll work as an average, but only as an average. Different data, different types of data will compress differently.
January 15, 2015 at 3:51 am
Viewing 15 posts - 6,766 through 6,780 (of 49,571 total)