Viewing 15 posts - 5,281 through 5,295 (of 6,400 total)
yes, you will need to add in a map report object for it to display the Geo data, unsure if any other report object can display Geo data as its...
April 20, 2012 at 1:22 am
try this link,also look at transfer login task in SSIS, manually scripting from the master database wrapped in with the create login commands you need.
April 19, 2012 at 4:41 am
unsure if this works on SQLExpress but you could start SQL in single user mode and as long as your an administrator of the actual workstation you will get SA...
April 19, 2012 at 2:56 am
not that I can tell as there is a DDL trigger which fires for all ddl events using the root DDL_EVENTS but unsure if restore /attach/detach come under the DDL_SERVER_LEVEL_EVENTS...
April 17, 2012 at 8:20 am
job history is set to clear out when the history table becomes larger than 1000 rows by default, or if a job exceeds 100 rows.
this can be changed by setting...
April 17, 2012 at 7:33 am
capn.hector (4/16/2012)
Ray K (4/16/2012)
Revenant (4/14/2012)
capn.hector (4/13/2012)
SQLRNNR (4/13/2012)
TROLLurgal
Xbox
360
degrees
compass
April 17, 2012 at 6:55 am
the problem with the int is that it expects whole numbers so you get rounding.
one way would be to do this but every value will then get .00 if its...
April 17, 2012 at 6:48 am
i would look at something like robocopy or xcopy running as batch file as a second step in the backup job which copies the files from server1 to server2
April 17, 2012 at 6:30 am
for the colouring you will want to put an expression on the fill property which uses with SWITCH of IIF passing in the field value and then saying if Delay...
April 17, 2012 at 1:42 am
also take a look at this link, just ensure you enable the alter tokens check box on the sql server agent alert system properties page
April 11, 2012 at 6:36 am
Plenty of good links on msdn from the following Google search
April 11, 2012 at 6:30 am
yeah especially with the row version store, had issues with that in the past on a dynamics AX implimentation which as per best practise says to set the DB into...
April 11, 2012 at 6:21 am
Quest had a tool called change manager at one point, unsure if its still around or been replaced with something else.
other than that, you could create a custom bat file,...
April 11, 2012 at 6:13 am
Thanks Perry, I was thinking of isolation levels at the connection level not at the database level. Read committed snapshot seems like the one to go down, just the...
April 11, 2012 at 6:06 am
Hi Perry
The second script will fail as its referencing other tables which are not in the deadlock graph so I didnt include them, thanks for pointing that out, I will...
April 11, 2012 at 4:30 am
Viewing 15 posts - 5,281 through 5,295 (of 6,400 total)