Viewing 15 posts - 6,946 through 6,960 (of 9,643 total)
shnex (11/18/2008)
When I compare two tables or two sp's should I create a local database and put the result there?
The number of comparison is quite big and...
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
November 18, 2008 at 6:34 am
I'm neither for nor against open source. I personally do not use linux because I really don't have the time to learn how to administer it, I have enough...
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
November 18, 2008 at 6:28 am
The backup job is backing up to a Backup Device, basically a pointer to a file's disk location. You can see the devices in SSMS under Server Object ->...
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
November 17, 2008 at 3:08 pm
To my knowledge there is not another security level, if the user has permissions to browse and as content manager they should be able to view the reports themselves.
What browser...
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
November 17, 2008 at 2:57 pm
Perry Whittle (11/15/2008)
run
dbcc opentran to check for open transactions
then
dbcc loginfo
a status...
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
November 17, 2008 at 2:53 pm
What is the error you are getting?
Are you running the windows application on the reporting services server? My guess is no, so you can't use http://localhost since the reportserver...
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
November 17, 2008 at 2:47 pm
This usually means the network connection to the SQL Server was lost.
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
November 17, 2008 at 2:40 pm
I think Tim has the solution. If you do not want the 0's you could use the Null transform for numeric.
NULL(DT_NUMERIC, 14,2)
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
November 17, 2008 at 2:37 pm
I agree with Lowell, sounds like a Unique Contraint to me.
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
November 17, 2008 at 2:29 pm
Yeah, the SSIS errors are basically useless which is why I wrote the article. I was getting the generic errors and needed to know what data was causing...
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
November 17, 2008 at 2:25 pm
No you can't take a snapshot of anything besides a SQL Server database.
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
November 17, 2008 at 2:19 pm
1. You would probably be better off posting this on a .NET site, not a SQL Server site
2. What does this have to do with Disaster Recovery (the...
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
November 17, 2008 at 2:15 pm
I think this thread has what you need.
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
November 17, 2008 at 2:12 pm
aftabsatti (11/14/2008)
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
November 17, 2008 at 2:05 pm
It would be easier to give you an answer if you gave some details like source, destintation, and if possible, some sample data.
You could also check out this article[/url] 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
November 17, 2008 at 1:49 pm
Viewing 15 posts - 6,946 through 6,960 (of 9,643 total)