Viewing 15 posts - 7,531 through 7,545 (of 9,641 total)
steitelbaum (9/12/2008)
jack, the table of behaviors is cutting off (part of 3rd column) in my browser.
What browser are you using? I have viewed the article in IE 7, Firefox...
September 12, 2008 at 7:19 am
It does the restore (4+hours). That's the only way to do a differential restore is to base it on a Full that was run without Recovery.
If you need to...
September 12, 2008 at 7:09 am
I just want to mention that I agree with MackamMagic, that you need to be very careful when doing something like this in a trigger, in fact I recommend against...
September 12, 2008 at 7:07 am
I think you basically have the idea. As Lian said, make sure you know what Service Packs and Patches have been applied to your SQL Server, both OS and...
September 12, 2008 at 6:56 am
Sagar,
I'm not sure what you are asking. Do you want to know when an insert or update in your SSIS package causes a data integrity error and be able...
September 12, 2008 at 6:54 am
Drew,
Here is a query I use to get this data in a .NET app:
[font="Courier New"]SELECT
COLUMN_NAME AS Name,
COLUMN_TEXT AS Description,
DATA_TYPE AS TYPE,
LENGTH AS...
September 12, 2008 at 6:51 am
I don't think that there is a specific Best Practices document on this because so much of it depends on what the stored procedure is intended to do.
Things I would...
September 12, 2008 at 6:46 am
By all means attach the file. With that we may be able to determine the issue. If you could attach your SSIS package as well it would help....
September 12, 2008 at 6:14 am
As usual G2 is right. Split into 3 cases and you have a nice neat return of 3 columns.
September 11, 2008 at 7:11 pm
You can used the Derived Column Transform with nested IF conditionals something like this:
DETAIL == "Primary" ? 2 : DETAIL == "Secondary" ? 1 : DETAIL == "Territory" ? 0.5...
September 11, 2008 at 7:02 pm
In your case your script should do this:
1. Sunday after the full backup a Full Restore with Recovery
2. Monday - Saturday
1. ...
September 11, 2008 at 10:13 am
You cannot just restore from differential backup. You need to do a full restore with norecovery first then restore the differential with recovery.
September 11, 2008 at 8:20 am
The only ways I can find that a user can update a column when Update on that column has been explicitly denied, is if they have execute rights on a...
September 11, 2008 at 7:48 am
In the Flat File Source Editor you have areas you can select on the left: Connection Manager, Columns, Error Output. Select Error Output and then in the error column...
September 11, 2008 at 7:09 am
I don't think, based on BOL, that xp_cmdshell will ever return an @@ERROR code. If the command being executed by xp_cmdshell fails then the return value of xp_cmdshell will...
September 11, 2008 at 6:29 am
Viewing 15 posts - 7,531 through 7,545 (of 9,641 total)