Viewing 15 posts - 391 through 405 (of 2,636 total)
In SQL 2005 and 2008 Management Studio, you have to create the jobs in SQL Server Agent and add the DTSRUN statements to job steps.
If your SQL 2000...
May 1, 2009 at 9:50 am
Check this thread: http://www.sqlservercentral.com/Forums/Topic530477-1329-1.aspx. It's a discussion thread for an article about the dtutil command line utility. I haven't had the need for this yet, but the script...
April 30, 2009 at 4:47 pm
sreedevi.balan (4/30/2009)
But this is not what i want. I just want to know all the rights granted to the user like create database or create...
April 30, 2009 at 11:41 am
I think it was the first (and one of the few) movie I saw more than once in a theatre. And my friends and I had to drive more...
April 30, 2009 at 10:46 am
Anil Kumar Kurra (4/29/2009)
Thanks for the reply. My Stored Procedure contains the cursor. The output of the stored procedure contains all the Logins and their passwords...
April 30, 2009 at 10:39 am
You don't have to recreate the job. You will have to deploy the new version of the package to the expected storage location, though. Just repeat what you...
April 29, 2009 at 11:55 am
You're doing this in Management Studio? Are you connecting to an instance on your local machine or on a network server? Try looking on the "Network Servers" tab...
April 29, 2009 at 9:34 am
linda_web (4/29/2009)
April 29, 2009 at 9:21 am
This article http://thiagsundar.wordpress.com/export-data-to-text-file/ discusses several options for this. Personally, I'd create an SSIS package that executes the stored procedure and has a flat file connection for the destination file....
April 29, 2009 at 9:14 am
For the tables that have identity columns, click on the "Edit Mappings..." button in the Wizard and check the "Enable identity insert box. This will disable the identity increment...
April 29, 2009 at 8:55 am
I think the closest you could get to that would be to change the password so the login would fail. It begs the question though, why you want to...
April 28, 2009 at 2:22 pm
This is exactly what foreign key constraints are meant for. Foreign keys on the columns in books reference the corresponding primary key value in the ancillary tables. When...
April 28, 2009 at 12:01 pm
Please post the definitions of the two tables i.e. Create statements, your queries and the results you expect.
Thanks
April 28, 2009 at 10:02 am
Script the tables and create them in the destination database, then use the Import/Export Wizard to copy the data. Or create an SSIS package with a Transfer SQL Server...
April 28, 2009 at 9:39 am
You have to open the package and execute it withing DTS Designer. Alternatively, you can create a SQL Agent job with DTSRun in a job step.
April 28, 2009 at 9:31 am
Viewing 15 posts - 391 through 405 (of 2,636 total)