Viewing 15 posts - 5,461 through 5,475 (of 6,400 total)
the last three jobs have been a combination of time back or overtime. time back is good as you can stack up large amounts of time which give you...
March 23, 2012 at 3:03 am
Koen Verbeeck (3/23/2012)
It's you.
Ah thanks for that, makes me feel better knowning its just a localised issue.
March 23, 2012 at 2:43 am
its going to have to be a manual process of altering the trigger or try and write some dynamic SQL which loads the trigger deffinition from the system tables and...
March 23, 2012 at 2:41 am
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
Viewing 15 posts - 5,461 through 5,475 (of 6,400 total)