Viewing 15 posts - 2,371 through 2,385 (of 2,612 total)
Upgrade your access database - data and all. Then, use SSIS to copy your objects from SQL Server to SQL Server without the data.
September 28, 2007 at 7:32 am
You probably have a security issue. Since you are not getting the error from a local browser and you are using a linked server, you most likely are getting...
September 28, 2007 at 7:30 am
You have selected the wrong job type. Your job type is for running an SSIS package. To run a batch file or a command line, choose the Operating...
September 28, 2007 at 7:09 am
I always forget about reporting services. I agree - keeping that off of your SQL server is a good idea. All of these servers should have sufficient bandwidth...
September 28, 2007 at 6:07 am
Ignore the data type in the table for a minute and look at the data type of the INPUT buffer on the data reader or OLEDB source in your data...
September 28, 2007 at 5:46 am
If you deploy a package to an SSIS server, it will put it in the root of the msdb "folder" on that SSIS server by default.
September 28, 2007 at 5:34 am
NULL of not, integer columns take up the same amount of space in SQL 2005.
You have a design problem. You should not normally have that may columns, and if...
September 28, 2007 at 5:29 am
Yes, you can.
If it helps, you can replicate between two databases on the same SQL instance. You can make a publication of some tables from one database and subscribe...
September 27, 2007 at 5:21 pm
I have implemented it in two test environments (just to try it) and it worked fine. I have not used mirroring in production so I don't have any long-term...
September 27, 2007 at 4:50 pm
Don't take this the wrong way, but did you try right clicking on the output grid and selecting "Save As"?
You can save a result grid in management studio to csv...
September 27, 2007 at 3:27 pm
If they will accept it "in memory", then try to get them to go one step further and see if they will accept it in a temp table. You...
September 27, 2007 at 3:20 pm
What is the volume of these scan events?
It may not really need to be event driven. You could create a report that would run on a schedule every 10...
September 27, 2007 at 12:17 pm
Depending on what you are doing with your huge list of objects being displayed, you may find that the SMO objects are a lot of unnecessary overhead.
Look at the Information_Schema...
September 27, 2007 at 11:24 am
It is probably fantastic, but it is a wrapper around BLAST for Solaris systems that are using 32 or more processors and are having trouble reading data fast enough.
I managed...
September 27, 2007 at 11:20 am
I have had two "hanging" problems with jobs and they both turned out to be somewhat based on security. One was a bad proxy account and the other was...
September 27, 2007 at 11:09 am
Viewing 15 posts - 2,371 through 2,385 (of 2,612 total)