Viewing 15 posts - 3,241 through 3,255 (of 49,571 total)
Brandie Tarvin (4/15/2016)
GilaMonster (4/15/2016)
*sigh* http://www.sqlservercentral.com/Forums/Topic1778081-433-1.aspxI don't have backup.
How does one get incorrect page IDs in the headers?
Seriously. I'm trying to figure out how that one is possible.
Pages zeroed out by...
April 15, 2016 at 6:30 am
What's the latest backup you have?
Because something (bad IO subsystem usually) has done a lot of damage to that file, it's not repairable.
April 15, 2016 at 4:47 am
I am not asking for the errors you get when querying. I need to see messages relating to this database from the error log. They are not the same thing....
April 15, 2016 at 4:14 am
*sigh* http://www.sqlservercentral.com/Forums/Topic1778081-433-1.aspx
I don't have backup.
April 15, 2016 at 4:11 am
GilaMonster (4/15/2016)
What are the errors related to this database in the errorlog?
In addition to getting those errors (which I really need to see), please run the following (exactly that command...
April 15, 2016 at 4:05 am
You've got corruption in your DB. Either the DB was corrupt before you tried moving it and you didn't notice, or it was damaged in the move.
What are the errors...
April 15, 2016 at 3:52 am
Do you have a backup?
What are the error messages in the error log relating to this DB?
April 15, 2016 at 3:30 am
EamonSQL (4/14/2016)
For example, if select @@trancount returns 4 can I find out what...
April 15, 2016 at 2:55 am
You'd need to shut down the SQL instance in order to copy the files. SQL keeps the files open while it's running, no matter what activity there is on the...
April 15, 2016 at 2:42 am
They'd run under 'sa'
Disabling the account means no one can log in as it. The system processes don't need to log in.
April 15, 2016 at 2:29 am
matak (4/14/2016)
Global temp tables will help ## instead of #.Just keep in mind they will disappear with every sql service restart.
And when the connection which created them closes and no...
April 15, 2016 at 2:19 am
Timeout is a client setting, not a server setting. It's nothing to do with cluster settings.
Timeout is the client saying it's waited too long for a database query to execute...
April 15, 2016 at 2:15 am
Rechana Rajan (4/13/2016)
tmmutsetse (4/13/2016)
EXECUTE...
April 13, 2016 at 5:47 am
And if you do the restore in T-SQL?
April 13, 2016 at 4:45 am
Viewing 15 posts - 3,241 through 3,255 (of 49,571 total)