Viewing 15 posts - 1,126 through 1,140 (of 2,486 total)
Let's just say that management came around to my way of thinking after losing a days work
June 1, 2005 at 4:09 pm
Ok, so do you know about exception handling in .Net? Do you know how to get the text of the error message?
June 1, 2005 at 6:13 am
Just to hijack the thread a bit further
One thing I...
June 1, 2005 at 6:10 am
Hey Frank, do you have a function key setup for that reply yet? It's amazing how many times it gets posted and still no-one searches before posting.
June 1, 2005 at 1:53 am
I'm with you here. Isn't this one of the reasons why the idea of a staging environment was conceived?
BCP into staging tables that are sans indexes. Then insert/update/delete production tables...
June 1, 2005 at 12:37 am
From the Bible for all would be SQL Server DBA/Developer's aka Books Online,
A SQL Server statistic that reports the time, in milliseconds, the central processing unit (CPU)...
June 1, 2005 at 12:33 am
Well that would explain it. I can't see any AddNew method in the code you've posted.
Maybe you need to give a bit...
June 1, 2005 at 12:15 am
Please do not cross post.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=186423
Also, this has nothing to do with Notification Services so it shouldn't be posted here anyway
May 31, 2005 at 9:27 pm
You'll need to specify the OUTPUT keyword on the EXEC PROC command. eg: EXEC PROC ?, ? OUTPUT
Also, have you specified the parameter as an output parameter in your stored...
May 31, 2005 at 6:13 pm
Use a function the returns a table to split the values and use the variable in the from clause.
There are a couple of example scripts in the script library. If...
May 31, 2005 at 6:09 pm
Personally, stay away from backup agents, once bitten twice shy.
May 31, 2005 at 5:03 pm
Sorry I misread your original post.
Differential won't allow a point in time restore, but you perform differential backup sin conjunction with transaction log backups...
May 31, 2005 at 8:56 am
This the "soon to be" production box. No changes that I know of where made on the box. The network guys are starting to act a bit cagy though. The...
May 30, 2005 at 10:43 pm
Yes but, because the differential backup contains portions of the database changed since the last full backup, wouldn't your differential backup become larger and larger as it tracks each change...
May 30, 2005 at 10:07 pm
Viewing 15 posts - 1,126 through 1,140 (of 2,486 total)