Viewing 15 posts - 3,436 through 3,450 (of 7,168 total)
Richardyager (8/2/2012)
August 2, 2012 at 10:13 pm
Think twice three times before enabling xp_cmdshell. Enabling it exposes functionality on your SQL Server instance that are better left disabled, which Microsoft agrees with as xp_cmdshell has been disabled...
August 2, 2012 at 8:32 pm
Tatsu (8/2/2012)
opc.three (8/1/2012)
August 2, 2012 at 2:52 pm
Michael Lato (8/2/2012)
August 2, 2012 at 2:25 pm
I bought software from these guys years ago, and still use them for price compares all the time because their URL is so easy to remember, probably because it reminds...
August 2, 2012 at 11:52 am
mmgorman (8/2/2012)
I have an existing PkeyColumn, PersonId, that has values from say, 1 to 4,000,000. PersonId does NOT have the...
August 2, 2012 at 11:44 am
jeff.mason (8/2/2012)
August 2, 2012 at 10:43 am
jeff.mason (8/2/2012)
opc.three (8/2/2012)
jeff.mason (8/2/2012)
If someone wants to add a column to the middle of a table, they should get better SQL training.
This is exactly what Microsoft is up against. They...
August 2, 2012 at 9:15 am
jeff.mason (8/2/2012)
If someone wants to add a column to the middle of a table, they should get better SQL training.
This is exactly what Microsoft is up against. They have to...
August 2, 2012 at 9:01 am
Ian C0ckcroft (8/2/2012)
that is the article I used to dev with and then I tried all different options.
i ORIGINALLY USED
SELECT *
FROM __InstanceCreationEvent WITHIN 1800
WHERE TargetInstance ISA 'CIM_DataFile'
...
August 2, 2012 at 8:08 am
jeff.mason (8/2/2012)
opc.three (8/1/2012)
August 2, 2012 at 7:49 am
I hadn't known of it before but Shell looks promising. Please let us know how it goes. I see there are some challenges in deployments when running unattended.
August 2, 2012 at 7:38 am
iBar (8/2/2012)
opc.three (8/1/2012)
August 2, 2012 at 7:24 am
You posted this in the Integration Services forum so why use bcp? Why not SSIS? If you do in fact need bcp you'll have to use a format file to...
August 2, 2012 at 12:03 am
You can use LIKE with WMI. I would recommend modifying your query to use TargetInstance.Path, TargetInstance.FileName and TargetInstance.Extension instead of TargetInstance.Name for performance reasons. Using .Name as you have it...
August 1, 2012 at 11:54 pm
Viewing 15 posts - 3,436 through 3,450 (of 7,168 total)