Viewing 15 posts - 5,116 through 5,130 (of 6,486 total)
Aggregate functions (like what Scott was proposing) would handle the NULL values. In other words - Max(column) will return the row with an actual value if every other row...
January 22, 2008 at 1:27 pm
Did you have any luck determining the data error causing the DTS package to fail?
I know that would solve your e-mail issue, but then again - you wouldn't...
January 22, 2008 at 1:24 pm
In general you only need to install the latest Service pack, since Service Packs are cumulative.
Microsoft Update is IMO the best place to get the latest Service pack (that's the...
January 22, 2008 at 12:14 pm
Is some form of a self join not workable? You join the table to itself. In this case - one instance returns the sample, the other returns the...
January 22, 2008 at 11:53 am
Unless you have things like triggers in place to track when things are updated - no, there really isn't any built-in way to know when tables are updated (actually one...
January 22, 2008 at 11:47 am
Locking is available at all levels. TabLock, PagLock and RowLock.
Rowlock is on by default...
January 22, 2008 at 10:07 am
Are there any null values in either column? in the data you're trying to bring in?
Have you tried bringing the data in first into a staging table with no...
January 22, 2008 at 10:00 am
If you installed the Express Edition, you may need to go acquire SSMS from Microsoft's download site...
January 22, 2008 at 9:56 am
So - somewhere between row 7000 and row 8000 is some issue in the data (different format, something it doesn't expect, something violating the data types, etc...). You will...
January 22, 2008 at 9:52 am
Have you tried running the package by hand?
Also - the error is having an error itself, since there seems to be something wrong with the "helpdesk" e-mail recipient as well...
January 22, 2008 at 9:27 am
Model and tempDB don't have the same size. The starting size attribute doesn't carry over.
As of right now - my Model DB has a size of 1.19MB,...
January 22, 2008 at 9:24 am
You're not helping your cause by being so short on details....
That being said - depending on what you want to do, you could also use OSQL with an output file...
January 22, 2008 at 8:52 am
If there's a reason to store something in the system DB's - I'd put it in master (it's a reasonably common practice). Is there a specific reason you want...
January 22, 2008 at 8:19 am
It's not so much isnull as it is the fact that you're invoking functions in the join clause. Function used on indexed fields in the WHERE and ON clauses...
January 22, 2008 at 8:09 am
Correct - it's 1000 with SQL Server snapshot/transactional replication, 995 with Oracle snapshot replication, and 246 in a Merge Replication process.
January 22, 2008 at 6:51 am
Viewing 15 posts - 5,116 through 5,130 (of 6,486 total)