Viewing 15 posts - 16 through 30 (of 39 total)
Do you have any performance counters running on the server?
May 31, 2016 at 11:42 am
The DBA's/Monitoring Guys should be able to provide you with a list of locking querys/procedures if you ask them.
Please post a more detailed error also.
May 31, 2016 at 11:40 am
Didn't think it would be a good idea to post interview questions for a job I've already got...
May 31, 2016 at 11:29 am
SELECT DviStartTime, DviEndTime
FROM ImaginaryTable
ORDER DviStartTime ASC, DviEndTime DESC
May 26, 2016 at 2:14 pm
I would personally go with extended events. (Bit of an explanation here)
May 24, 2016 at 8:28 am
May 24, 2016 at 6:12 am
You could restore previous backups on to a test box and run this proc to get all table sizes, then compare.
SELECT
t.NAME AS TableName,
...
May 24, 2016 at 2:54 am
1. Stop SQL Server
2. Delete RELEVANT MDF + LDF files
3. Start SQL Server
or just detach it.
May 24, 2016 at 2:50 am
Ahhh on mobile ATM. Didn't realise.
May 23, 2016 at 9:30 am
May 23, 2016 at 9:29 am
And 1434?
You definitely do not need to specify a name. IP address is enough.
May 23, 2016 at 9:28 am
May 23, 2016 at 9:17 am
Do a remote port scan is 1433 open?
May 23, 2016 at 9:12 am
Good post covering failed startup scenarios by msdn
Looks like you can change a few regusty values to repoint data files whilst SQL server engine is offline.
May 23, 2016 at 9:09 am
Viewing 15 posts - 16 through 30 (of 39 total)