Viewing 15 posts - 2,251 through 2,265 (of 9,643 total)
I think you need a query like this:
SELECT
D.key_no,
D.org_code,
D.test_data,
D.status_code,
DT.org_code,
...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 30, 2011 at 10:48 am
Hmm, interesting. Since I can't duplicate this I have no idea why it would be blank. The source for sysprocesses and sys.dm_exec_sessions are different so the difference must...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 30, 2011 at 10:25 am
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 30, 2011 at 10:17 am
OLDCHAPPY (8/30/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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. ...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 29, 2011 at 1:48 pm
Joie Andrew (8/27/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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....
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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,...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 26, 2011 at 8:44 am
Viewing 15 posts - 2,251 through 2,265 (of 9,643 total)