Viewing 15 posts - 11,806 through 11,820 (of 49,562 total)
kevaburg (9/4/2013)
I would recommend looking at the traning requirements for the Microsoft Certified Master.
You mean the certification that no longer exists?
September 4, 2013 at 5:46 am
Seconding Grant. Architect of any type requires years of experience, of working in the field and then learning the architecture side of things.
September 4, 2013 at 5:43 am
anoop.mig29 (9/4/2013)
September 4, 2013 at 4:40 am
That's a meta-data only operation. Because varchar is variable-length, nothing in the rows has to change as a result of that.
September 3, 2013 at 4:30 pm
alanspeckman (9/3/2013)
1. Can I create either a Mirror off of a Mirrored database, or can I create 2 Mirrors off of one principal?
No and no.
2. Having 2 instances with mirrored...
September 3, 2013 at 3:07 pm
Please take a read through this article on how to manage transaction logs - http://www.sqlservercentral.com/articles/Administration/64582/
September 3, 2013 at 1:11 pm
Restore you take a database backup and SQL creates a database with database files from that backup
Attach you just have the database files (no backup) and SQL creates the database...
September 3, 2013 at 9:56 am
Steve Jones - SSC Editor (9/3/2013)
... but didn't have the 10 years of SQL Server admin work.
I don't.
I have about 8 years experience designing, developing and tuning SQL Server. 0...
September 3, 2013 at 9:15 am
Abu Dina (9/3/2013)
ramyours2003 (9/2/2013)
Can any one send the sql 2012 dumps for getting the certified ?Sure, for a small fee 😀
I do hope you're joking. If not, that'll be two...
September 3, 2013 at 7:37 am
Data files are striped. Log files are used sequentially (hence why there is NO performance benefit from multiple log files)
September 3, 2013 at 6:56 am
Having fun preaching there Chris? :hehe:
September 3, 2013 at 6:38 am
Unrelated to the errors, but be very careful using a table variable. The performance impact is often not acceptable.
September 3, 2013 at 6:17 am
Why? What's the purpose of the temp table and how does it get populated?
September 3, 2013 at 3:32 am
I'd add an artificial primary key and put a unique constraint on the unique set of columns.
September 3, 2013 at 3:16 am
djordan 4543 (9/3/2013)
Would it show synchronizing if the database where out of sync for more than 10 seconds because sometimes my proc can run for more than 15 seconds.
Unlikely. Synchronous...
September 3, 2013 at 2:41 am
Viewing 15 posts - 11,806 through 11,820 (of 49,562 total)