Viewing 15 posts - 391 through 405 (of 2,635 total)
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...
Greg
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...
Greg
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...
Greg
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...
Greg
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...
Greg
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...
Greg
April 29, 2009 at 9:34 am
linda_web (4/29/2009)
Greg
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....
Greg
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...
Greg
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...
Greg
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...
Greg
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
Greg
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...
Greg
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.
Greg
April 28, 2009 at 9:31 am
You can see that information in the Job Activity Monitor screen which is displayed immediately under Jobs in the SSMS Object Explorer.
Greg
April 27, 2009 at 10:28 am
Viewing 15 posts - 391 through 405 (of 2,635 total)