Viewing 15 posts - 5,461 through 5,475 (of 6,395 total)
Is it me or is Google not working again today?
March 23, 2012 at 2:16 am
Which session is chosen as the deadlock victim depends on each session's deadlock priority:
If both sessions have the same deadlock priority, the instance of SQL Server...
March 23, 2012 at 2:06 am
it is possible, but would involve a lot of reconfiguring I would think unless you design your template to have multiple vmdk's as standard and when its deployed all the...
March 23, 2012 at 2:03 am
only way would be to restore the databases from 3 days ago unless you have some custom monitoring solution or script the database schema every day
March 22, 2012 at 10:03 am
CMDExec step NET USE Z: \\UNCPath\d$ /user:domain\user password
T-SQL step BACKUP DATABASE TO DISK = 'Z:\database.bak'
CMDExec step NET USE Z: /DELETE
March 22, 2012 at 9:59 am
it is,
you will have to map the network share as a local drive using command prompt and net use with a user and password which has access then you can...
March 22, 2012 at 9:50 am
can you post the definition of the stored proc, the definitions of the tables and indexes used by the proc so that people can take a look at it and...
March 22, 2012 at 8:42 am
the variable lasts for the scope of the batch, so as this is one batch the variable is never reset, you would have to drop out of the loop and...
March 22, 2012 at 8:30 am
i've moved into a new role around 6 weeks ago now which is in the education sector too providing educational resources to schools for use on our companies whiteboards, as...
March 22, 2012 at 7:44 am
if you provide what you have so far then we will tell you where you are going wrong
March 22, 2012 at 6:03 am
someone must have SA rights to the server who can see the error logs?
March 22, 2012 at 4:57 am
you will want to take a look at the keywords, try, catch, xact_state, error_number, error_message and transaction which can be found in BOL and Google.
do the insert inside the try...
March 22, 2012 at 4:54 am
can you view the sql error log as error 18456 has a number of states which determine that the actual cause is. SSMS will only usually show state 1...
March 22, 2012 at 4:49 am
Viewing 15 posts - 5,461 through 5,475 (of 6,395 total)