Viewing 15 posts - 17,101 through 17,115 (of 26,489 total)
Just to add a little more, you may want to take a look my blog post Comparing Hardcoded functions, In-Line TVF's, and Scalar Functions
Lowell, thank you for reference. Much...
February 1, 2010 at 12:23 pm
Stressing! (Okay, Databasse Mirroring can be pain.)
February 1, 2010 at 12:16 pm
Bill Gates-870674 (2/1/2010)
Great!Now in a project life cycle, Ideally, who can best handle the project team ?
An experienced database (designer+administrator) OR an Application architect ? I think not System Administrator
Cheers
Okay,...
February 1, 2010 at 12:15 pm
Another thing, statistics could be different between the two systems, and this could affect the query plan generated in production compared to UAT.
February 1, 2010 at 10:33 am
To me it looks like an application issue. Unfortunatley, it appears it allows the wrong data to be entered into the wrong database. It maybe better to focus...
February 1, 2010 at 10:30 am
Requires restarting SQL Server from the command line using a switch (check with K Brian Kelley (sp ?)) which means you need access to the server; actually physically or using...
February 1, 2010 at 8:57 am
Lynn Pettis (2/1/2010)
Roy Ernest (2/1/2010)
Am I being too rude here?I don't see anything wrong with your comment. Now the OP might, but that is his problem, not yours.
Question now...
February 1, 2010 at 8:52 am
krypto69 (2/1/2010)
Having trouble posing the script....crazy...I can post anything that isn't code?
I tried using the IFCode shortcuts...doesn't help.
Have a declare statement in your code? Try putting a space between...
February 1, 2010 at 8:49 am
krypto69 (2/1/2010)
As an overview - I need to create a BAK file of the existing MSPHXX. Then, restore that onto my K and L voumes (DB &...
February 1, 2010 at 8:32 am
Roy Ernest (2/1/2010)
Am I being too rude here?
I don't see anything wrong with your comment. Now the OP might, but that is his problem, not yours.
February 1, 2010 at 8:31 am
If the database name already exists, the restore will not overwrite it unless you include the REPLACE clause in the RESTORE command. I didn't see that in the code...
February 1, 2010 at 8:26 am
san43 (2/1/2010)
February 1, 2010 at 8:19 am
Bill Gates-870674 (2/1/2010)
Can you explain how much important it is for a DBA to know about system administration/HW/Servers? and why ?
AND
Does this also mean that an IT person has...
February 1, 2010 at 7:58 am
Part of it depends on when (date and time) the end of month backup is taken and if that time is consistantly the same.
February 1, 2010 at 7:49 am
milzs (2/1/2010)
(A) If I change the recovery model from FULL to SIMPLE, then perform the DELETE will the delete action not be logged? I can then change...
February 1, 2010 at 7:48 am
Viewing 15 posts - 17,101 through 17,115 (of 26,489 total)