Viewing 15 posts - 361 through 375 (of 1,884 total)
In the Wizard there should be a selection to apply to all instances or to the specific instance
June 19, 2007 at 10:14 am
You can run the package from the parent package.
You can also run DTS from from SQL Statement either as a job sp_start_job or as a command-line executable xp_cmdshell dtexec <parameters...
June 19, 2007 at 10:11 am
I use Management-> Current Activity window Processes view in 2000 and Management -> Activity Monitor in 2005 to find out who is connected and sort by Last Batch field.
June 18, 2007 at 4:19 pm
I just ran Profiler for the opening of properties. It gives us the following for the Row Count (this is a part of Select ). If I read it correctly...
June 18, 2007 at 3:59 pm
I don't think there should be differences.
while the aggregate usually don't count NULLs, count(*) counts everything including nulls and duplicates.
BOL says: "COUNT(*) returns the number of rows in a specified...
June 18, 2007 at 3:47 pm
Alex,
It depends on your business process and your billing / payment practices. For example, if there are 2 departments that pay out of their budgets and you consolidate their databases, who will...
June 18, 2007 at 1:51 pm
Steve, that is what I meant: space on the drive, not inside the file.
June 18, 2007 at 1:33 pm
Every answer is wrong here so I just cliked any.
The question states: "You try to truncate the log, but it does not free up enough space" Truncating the log...
June 15, 2007 at 9:34 am
Do this:
Log in to your Dev3 as the service startup account that you call in this post domainacct and try to access a share \\Dev1\Folder\File.txt yourself doing it as...
June 14, 2007 at 9:13 am
I am not sure if it was in the Resource Kit or Support Tools or AdminPack all 3 are available as Martin says at Downloads page on Microsoft website. The...
June 13, 2007 at 9:42 am
On which machine? Also, are all 3 machines in the same domain?
June 13, 2007 at 9:18 am
In IIS Manager go to your website properties and click on ASP.NET tab. Make sure the correct version is selected in "ASP.NET Version" Then go to the Documents tab and...
June 13, 2007 at 9:11 am
Did you set up the Share permissions in addition to the folder NTFS permission?
To make sure what is going on, run the package and right after that check the security...
June 13, 2007 at 9:04 am
A lot of events are listed in
June 13, 2007 at 8:59 am
Kevin,
If you need to reach an object on the same server in a different database use:
databasename.schemaname.objectname like MyOtherDB.dbo.MyTable
the login who is running code has to have permissions to the other...
June 13, 2007 at 8:54 am
Viewing 15 posts - 361 through 375 (of 1,884 total)