Viewing 15 posts - 16 through 30 (of 85 total)
yuvipoy (9/17/2012)
Hey look at this Topic [Deleting large number of rows from a table]http://www.sqlservercentral.com/articles/T-SQL/72606/
Thanks!
I hope this doesn't come across as rude, but I work for a very large...
September 17, 2012 at 5:25 am
Column is already indexed and no other blocking processes
September 17, 2012 at 4:30 am
Sorry you're having troubles with this...I did say it would be fun I think 😛 The difference with this scenario and the way I've deployed it before in...
September 13, 2012 at 7:04 pm
2ndHelping (9/7/2012)
alter database <mirrorDB> set partner FORCE_SERVICE_ALLOW_DATA_LOSSThis allows the mirror DB to come online without any further attempt on the server's part to apply more log bytes from the principal.
Thanks...
September 12, 2012 at 5:32 pm
And I should have added the biggest caveat of all...make sure you test the living daylights out of this because there will be a myriad of factors that will have...
September 12, 2012 at 2:51 am
Ok, so we're nearly there but with some caveats, which I'll list first.
1. In order to deploy an updatable subscription the tables need to have a uniqueidentifier column....
September 12, 2012 at 12:20 am
You can query the sysjobactivity table in msdb to get various information regarding execution dates and times. The trouble with a job that doesn't run is that you won't...
September 11, 2012 at 10:58 pm
deon 25081 (9/11/2012)
Thank you for your reply.
I have not had many replies in various forums, so would appreciate if you could you explain a bit more about transactional replication...
September 11, 2012 at 10:43 pm
mahesh.dasoni (9/11/2012)
September 11, 2012 at 10:35 pm
I have run transactional replication in the past where I have customised the replication stored procedures in order to preserve data at the subscriber. I've never done much with...
September 11, 2012 at 10:04 pm
GonnaCatchIT (9/7/2012)
Hi All,Our default language setting for a DB is set to US-english , but our client insists now that it was British and needs it to change it.
Are you...
September 10, 2012 at 9:42 pm
RBarryYoung (9/10/2012)
opc.three (9/10/2012)
RBarryYoung (9/10/2012)
public does have VIEW ANY DATABASE by default and my test instances do not undergo any changes to those permissions. REVOKE simply clears an explicit setting on...
September 10, 2012 at 4:34 pm
GonnaCatchIT (9/7/2012)
Our default language setting for a DB is set to US-english , but our client insists now that it was British and needs it to change it.
Now I...
September 10, 2012 at 1:05 am
Developer Edition 9.0.4266
September 9, 2012 at 9:13 pm
Apologies :blush: my bad. Thanks for posting up the SQL versions, because it just made me go back and check and I'd run up my code against a 2005...
September 9, 2012 at 7:30 pm
Viewing 15 posts - 16 through 30 (of 85 total)