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...
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...
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 ->...
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...
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...
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...
November 17, 2008 at 2:47 pm
This usually means the network connection to the SQL Server was lost.
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)
November 17, 2008 at 2:37 pm
I agree with Lowell, sounds like a Unique Contraint to me.
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...
November 17, 2008 at 2:25 pm
No you can't take a snapshot of anything besides a SQL Server database.
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...
November 17, 2008 at 2:15 pm
I think this thread has what you need.
November 17, 2008 at 2:12 pm
aftabsatti (11/14/2008)
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.
November 17, 2008 at 1:49 pm
Viewing 15 posts - 6,946 through 6,960 (of 9,643 total)