Viewing 15 posts - 121 through 135 (of 496 total)
Figured out the answer -- you have to look at both the Max_size which will be -1 and the Growth which will be 0.
February 25, 2015 at 12:27 pm
If by "fail over" you mean start using, then no, you can't. A failover on an asynch setup will cause recovery to happen. Once a database recovers, it...
March 14, 2013 at 12:43 pm
One comment -- the syntax of the question only works on SQL 2008 and up. This line:
DECLARE @a VARCHAR ='xyz'
is not supported on earlier versions;...
October 3, 2012 at 6:43 am
What's really bad is understanding the question correctly and screwing up the loop counts because it is early in the morning. I counted the 5 loops but forgot to...
September 7, 2012 at 6:15 am
Dana Medley (8/13/2012)
mtassin (8/13/2012)
You know you're starting to get paranoid when you're always looking for the catch.Glad that I couldn't find one and got it correct 🙂
+ 1 Amen to...
August 13, 2012 at 7:45 am
And Lowell, I am blaming Microsoft for creating an application that uses SQL Server as its data repository that doesn't use their own best practices in maintaining its own database....
August 2, 2012 at 10:25 am
So why bother making replication able to replicate schema then? There is only one schema change that replication cannot handle -- dropping tables that are part of a publication....
August 2, 2012 at 10:23 am
opc.three (8/2/2012)
jeff.mason (8/2/2012)
If someone wants to add a column to the middle of a table, they should get better SQL training.
This is exactly what Microsoft is up against. They have...
August 2, 2012 at 9:03 am
If someone wants to add a column to the middle of a table, they should get better SQL training. If order matters that much, make a view and change...
August 2, 2012 at 8:58 am
opc.three (8/1/2012)
August 2, 2012 at 7:18 am
Lowell (7/31/2012)
yes for a simple add column, it's a trivial one line wonder in TSQL.
But they put logic in...
August 1, 2012 at 7:09 am
Lokesh Vij (7/26/2012)
anthony.green (7/26/2012)
July 26, 2012 at 7:24 am
Also, you have to consider that SQL will stop a backup even if there are open transactions. I know because we have had a rogue developer who was given...
July 20, 2012 at 1:53 pm
Steve Jones - SSC Editor (7/20/2012)
12:10 AM - Transaction 1...
July 20, 2012 at 1:49 pm
sestell1 (7/20/2012)
jeff.mason (7/20/2012)
sestell1 (7/20/2012)
July 20, 2012 at 10:23 am
Viewing 15 posts - 121 through 135 (of 496 total)