Viewing 15 posts - 286 through 300 (of 341 total)
I do have a friend who does contract work on SQL and will be moving to 2008 as soon as it goes RTM. There are a number of new features...
May 12, 2008 at 7:47 am
We don't touch new technology until it's proven and settled (a service pack or two) and passes the acceptance testing and also has good reason to move to. We are...
May 12, 2008 at 7:46 am
What about using a linked server to your other domain SQL box?
May 12, 2008 at 7:43 am
SQL Server does dynamic memory allocation and deallocation. It will allocate free memory from OS and release when other apps need memory.
SQL Server WILL only use what it needs but...
May 9, 2008 at 7:54 am
I have come to rely on the great information provided here to be able to do my job. As a result, I feel compelled to give back and write replies...
May 9, 2008 at 7:24 am
Have you tried using the File System task? May not be flexible enough but...
Or, you could use an Execute SQL task. The drawback with this is you have to have...
May 8, 2008 at 11:44 am
I believe you'll need to upload the file to a location on the server where the SSIS package would have rights to see. I would suggest uploading the files to...
May 8, 2008 at 11:39 am
32-bit vs 64-bit doesn't make a difference. In SSMS, when you click on Connect, select Integration Services from the drop-down and fill in your appropriate connection information.
May 8, 2008 at 11:32 am
I have always created a user for the vendor application to use that has DBO rights. Not from a standpoint of laziness but from the standpoint that the vendor application...
May 8, 2008 at 11:25 am
I don't know what the "technical" answer is but I can say that the client tools I'm using now installed from Enterprise are identical, functionally, to what I used with...
May 8, 2008 at 11:11 am
1) Is there anyway for me to trigger the creation of the SSRS report from SSIS as the last step of the SSIS process?
2) Have that report export its results...
May 8, 2008 at 7:17 am
If you are running them from within SQL Agent jobs, you can look at the steps to see where they are being run from. If they are being run from...
May 7, 2008 at 11:58 am
If looks like you should start with a DBCC CHECKDB to make sure the database is in good shape. Then, make sure you are at SP2.
Here is the link to...
May 7, 2008 at 11:17 am
Putting the query or script in a T-SQL step of a job has always worked for me in the past. I guess, however, a good question to ask is whether...
May 7, 2008 at 10:49 am
Viewing 15 posts - 286 through 300 (of 341 total)