Viewing 15 posts - 196 through 210 (of 250 total)
I really appreciate the responding guys, but I don't think SQL Server 2000 can do the except.
Thanks
Tony
May 12, 2009 at 3:49 am
I need to run this for 15 columns. Folks keep posting this same checksum example with one column.
May 12, 2009 at 3:47 am
Hello,
Thanks for responding.
I need to compare two tables that are in existence. I saw this example of using Checksum after an update statement. I watched the video also.
But...
May 11, 2009 at 4:53 pm
Scot,
I have a question about what you are asking. Are you doing this filtering of the columns for multiple rows?
In other words, the column that has a Y or...
May 7, 2009 at 8:23 am
Hello,
This can be easily done in a few ways.
One way is to begin your second package with a sql task that does a if exists to check for the existence...
May 7, 2009 at 7:36 am
Hello,
Are any of the packages using a multi-phase data pump in your SQL 2000 DTS designer? If so, a lot of code could have been written for various phases...
May 7, 2009 at 7:29 am
Hey Phil,
Have you ever checked for deadlocks?
Tony
May 7, 2009 at 7:26 am
Hello,
I just came across your post. This is fairly easy to do.
You can loop through directories to get file names to import or just give a variable a name...
May 7, 2009 at 7:23 am
OK...pretty simple.
These is a folder that has shared datasources. If in the properties you have Overwritedatasources set to false, it can't delete whatever folder you have designated in TargetDataSourcesFolder.
Either...
May 6, 2009 at 12:42 pm
Thanks Ken
That worked! I knew it was something small that I was missiing. However, it was driving me crazy when I couldn't find the answer through the articles...
April 22, 2009 at 5:50 am
This looks interesting.
Thank you.
But I don't understand where you are getting 'comp' and 'table'. Are this variables?
Tony
April 17, 2009 at 11:10 am
Thanks guys.
I am learning so much from this forum! I like to research and investigate and come up with a strategy or a thought. Then I bounce it...
April 17, 2009 at 10:37 am
Gail,
On the messages tab, I got:
Msg 15123, Level 16, State 1, Procedure sp_configure, Line 79
The configuration option 'default trace enabled' does not exist, or it may be an advanced option.
...
April 17, 2009 at 4:07 am
Hello,
I found this query and ran it. It returned 0 rows.
SELECT * FROM ::fn_trace_getinfo(default)
Thanks.
Tony
April 16, 2009 at 5:49 pm
Viewing 15 posts - 196 through 210 (of 250 total)