Viewing 15 posts - 23,281 through 23,295 (of 26,484 total)
Your going to have to write dynamic sql in your trigger to get this to work the way you are going at the moment.
December 15, 2008 at 3:23 pm
I think I'd look closer at the requirements. Is there a need to have x amount on-line for ready access, say previous month plus current for instance. If...
December 15, 2008 at 3:14 pm
If I may, I'd like to make a suggestion. Don't do it this way. If for some reason the call to xp_cmdshell fails, your insert into the table...
December 15, 2008 at 2:56 pm
You will find it here: msdb.dbo.sysjobs
If you use the job_id, if they drop and recreate your job, the procedure will also break.
Best thing to do is document your job and...
December 15, 2008 at 2:41 pm
Looks like you told him what he could do, not what he wants. Looks like he needs the proverbial 2 x 4 to understand that he can't trace the...
December 15, 2008 at 2:33 pm
antonio.collins (12/15/2008)
From your column name list, the only obvious choice is
ExecutioninstanceGUID should be a uniqueidentifier.
Executionstarttime could be either...
December 15, 2008 at 2:27 pm
If the purpose of this thread was to "blow off steam", I think it has (and still IS) serving the purpose. What better place to swinging through the trees...
December 15, 2008 at 2:24 pm
Garadin (12/15/2008)
Username ...
December 15, 2008 at 2:17 pm
I have a csv file with two rows. The contents in the file look like this:
7282 1Z9132330343268916,
7283 1Z9132330342623908,1Z9132330344644098,
What quotes? Your sample above doesn't have any.
December 15, 2008 at 1:40 pm
I just want to be sure what you are asking. You have two indexes on this one column:
[polnum] [nvarchar] (8) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL
One index is a primary...
December 15, 2008 at 1:21 pm
Have you tried setting up as a 1 column import? You would then split the data from there.
December 15, 2008 at 1:17 pm
h.schlais (12/15/2008)
Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.sp_start_job'. The stored procedure will still be...
December 15, 2008 at 1:14 pm
Are you looking for somethig like this?
select
OrderID,
OrderDate,
ShippedDate,
RequiredDate,
ShippingWindowDays,
...
December 15, 2008 at 1:11 pm
I don't know if this helps, but you can integrate Reporting Services with SharePoint. You would then use Reporting Services Reports to provide the integration you are looking to...
December 15, 2008 at 11:43 am
Viewing 15 posts - 23,281 through 23,295 (of 26,484 total)