Viewing 15 posts - 31 through 45 (of 207 total)
Ok, so I think what you want to do is after your truncate table step, add an activex script. After the table load, add a another activexscrip that will determine...
October 31, 2008 at 1:30 pm
At which point are you truncating the table?
You really just need to implement a looping mechanism
get file
load file
get next file
repeat until no files remain
continue processing
Correct?
October 30, 2008 at 10:54 am
Gun control, public health, capital punishment, corporate America - just 4 areas where you are so far behind most of the rest of the world.
Gun Control, as stated by another...
October 30, 2008 at 8:09 am
This is the type of thing that we ought to start requiring on more buildings.
This is a dangerous thing. Who is "we". If it's the government that's a bad idea....
October 30, 2008 at 7:14 am
A couple of options depending on your version of SQL to exclude microsoft objects.
In SQL 2005, there is a field called is_ms_shipped. It's a bit value. 1 means it's a...
October 28, 2008 at 12:15 pm
djpardalrocha (10/23/2008)
Is there something similar for SQLServer 2005?[]s
Rubem Rocha
Manaus, AM - Brazil
CDC is new with SQL 2008. You may be able to implement a similar mechanism through triggers on...
October 23, 2008 at 10:57 am
I pulled in the scripts and hit an error on the disable cdc call from the scripts document referenced at the bottom of the article.
EXEC sys.sp_cdc_disable_table
@source_schema =...
October 23, 2008 at 7:48 am
Do you have a server administrator for your reporting services box?
The permissions you need is View Definition.
Click on properties
Click on security
Click the "Edit item Security" button
Click "New Role Assignment"
Enter...
October 8, 2008 at 12:13 pm
The likely cause of ENCRYTPED is explained on a response on page 2.
October 3, 2008 at 7:51 am
Like the others said, you can export it, but you really want to do is keep a copy in a development environment and always make your changes there, test, and...
October 3, 2008 at 7:15 am
naresh.rohra (10/2/2008)
Is this possible in MSDE version of SQL Server 2000 family?
DDL Triggers are only available in 2005 and above.
October 3, 2008 at 7:03 am
Steven Mann (10/2/2008)
1....
October 2, 2008 at 6:54 am
You hate change my friend. How long did it take you before you used SSMS? LOL
September 12, 2008 at 10:41 am
Adam, As I said in my email, I think you need two passes at the data but one of which is an Exception process that may need manual intervention. John...
September 12, 2008 at 8:25 am
If you aren't using source control, I would look into it asap. It will prevent issues like this from occurring in the future. If your company does not have the...
July 28, 2008 at 12:17 pm
Viewing 15 posts - 31 through 45 (of 207 total)