Viewing 15 posts - 2,251 through 2,265 (of 9,641 total)
It sounds like you have the resultset property of the execute sql task to something other than None and it should be none. Unless you aren't using an Execute...
August 30, 2011 at 10:17 am
OLDCHAPPY (8/30/2011)
August 30, 2011 at 7:02 am
Steve Jones - SSC Editor (8/29/2011)
Anyone see plagiarism here:http://www.sqlservercentral.com/articles/context_info()/74332/
http://www.thecodepage.com/post/TIP-A-Call-Stack-in-SQL-Server.aspx
It's hard to say. It is very close, but the implementation is just different enough that it probably isn't. ...
August 29, 2011 at 4:25 pm
A regular database backup consists of ALL the files in the database, so you'd have one 100GB database backup. You can do FILE or FILEGROUP backups to break up...
August 29, 2011 at 2:56 pm
Are you sure that you have exceeded the alert threshold? Set it to an absurdly low number to test the email and then once you've validated that it is...
August 29, 2011 at 2:47 pm
It depends on what you are going to be doing with the XML in the database. Will you be storing it as the XML data type? Will you...
August 29, 2011 at 2:43 pm
Can you explain what you are doing with the variable? Are you using it as a static start date variable for the package? Are you populating using a...
August 29, 2011 at 2:34 pm
Since the Import/Export wizard creates an SSIS package, you can save the package, then view it in BIDS to try to resolve the error.
What is the destination column type...
August 29, 2011 at 2:08 pm
Try checking out this blog post, http://blogs.msdn.com/b/sql_protocols/archive/2006/02/21/536201.aspx, to help troubleshoot the error.
You can also look at this blog post, http://weblogs.sqlteam.com/markc/archive/2011/07/11/regaining-sysadmin-access-after-a-lockout.aspx, and the links it contains to learn how to...
August 29, 2011 at 1:48 pm
Joie Andrew (8/27/2011)
August 29, 2011 at 7:00 am
Grant Fritchey (8/26/2011)
SQLRNNR (8/26/2011)
Grant Fritchey (8/26/2011)
Putting together an article on the most common backup errors (apart from not having one) and how to avoid them....
August 26, 2011 at 12:51 pm
SQLkiwi (8/26/2011)
I added a quick Connect item for this bug, to let the powers that be know. I'll happily remove it if and when Jack enters one.
I'll just up...
August 26, 2011 at 8:49 am
ALZDBA (8/26/2011)
One of my standard advises for DRI is to support FK with matching indexes,...
August 26, 2011 at 8:44 am
SQLkiwi (8/26/2011)
I added a quick Connect item for this bug, to let the powers that be know. I'll happily remove it if and when Jack enters one.
Paul,
I'm very happy...
August 26, 2011 at 8:38 am
Do you mean in the real DB?
If that's what you mean, no I haven't, but if there were re-enabling the FK would fail and I'd get an error....
August 25, 2011 at 1:37 pm
Viewing 15 posts - 2,251 through 2,265 (of 9,641 total)