Viewing 15 posts - 466 through 480 (of 2,486 total)
From Original post
" i cant install sp4 as my appli: vendor wont accept sp4"
From
<http://support.microsoft.com/?kbid=902388>
"The -SupportComputedColumn parameter is a new feature that was introduced in SQL Server...
January 23, 2006 at 2:57 pm
So I suggest you post your script without modifcations so we can track down where the error is.
January 23, 2006 at 5:02 am
Stored Procedures are essentially a batch of T-SQL statements that are stored in the database. There are too many advantages to list here. Have a read of this topic in...
January 23, 2006 at 4:48 am
And the answer is an astounding "It Depends".
Running the code...
January 23, 2006 at 4:40 am
The definition of Database complexity varies depending on your point of view. We have one database that has 400+ tables no stored procedures and no foreign key constraints. However, there...
January 23, 2006 at 4:23 am
Airolg Icsadjag , I think you may have over simplified the code you posted. What is permTable? What is it's structure? Where do...
January 23, 2006 at 3:53 am
Best idea would be to post the SQL you're using. Then we might be able to see where the error is.
January 22, 2006 at 6:27 pm
To log a message in the Event Log you can use the RAISERROR command with a low severity, or xp_logevent.
You would need to "massage" your query result into a text...
January 18, 2006 at 6:15 pm
Why can't you use integrated security? Wouldn't this address all your concerns?
January 18, 2006 at 3:49 pm
"manually script the jobs and change them to use the smtp dll."
Yes, I suppose that is one way of doing it. We have an automated procedure that adds an "On...
January 17, 2006 at 9:06 pm
January 17, 2006 at 7:31 pm
Hmmm ... last I looked there was only 1 timezone on the server.
Maybe if you explain what you're trying to achieve we could take a stab at a solution for...
January 16, 2006 at 6:39 pm
Use your Dynamic Properties task to assign the passed value to a Global Variable. The use this Global Variable as an input parameter in the ExecuteSQL task.
January 16, 2006 at 3:06 pm
I think I used both DTSLookups and Data Driven Query about once each.
My preferred approach is to bulk load data to a table and run stored procedures as required to...
January 16, 2006 at 3:01 pm
Take a look at sp_makewebtask, with it you can generate a HTML file and then use it as the message body.
January 16, 2006 at 2:56 pm
Viewing 15 posts - 466 through 480 (of 2,486 total)