Viewing 15 posts - 1 through 15 (of 18 total)
I use the bitwise and operator (&) to pull the status column apart for inspection.
For example:
SELECT
name
FROM
master..sysdatabases
WHERE...
August 20, 2012 at 12:44 am
Are you sure want the package to fail? I generally want to set aside the bad data with its error messages and then deal with the exceptions.
That way I can...
August 31, 2009 at 5:55 pm
I think that the problem might simply be the NOT EXISTS. I converted a SQL Server 2000 database to 2005 shortly after 2005 was released and ran into a huge...
August 31, 2009 at 5:48 pm
2 Tim 3:16 (8/11/2009)
forfiles /p "...full path..." /m "*.pdf" /d -3 /c "CMD /c del @FILE"
I do what Tim does. All that malarky with SSIS and MP. Way too much...
August 27, 2009 at 9:12 pm
Steve Jones - Editor (8/23/2009)
August 25, 2009 at 7:24 pm
Andeavour (8/24/2009)
August 25, 2009 at 6:40 pm
MS OneNote is great but confined to your computer unless you have a Windows Mobile phone.
I used to use Google Notebook for this sort of thing. Unfortunately, Google are...
August 25, 2009 at 6:36 pm
The thing that ticks me off the most is the lack of ability to debug a stored procedure without the full Visual Studio 2005 Professional (i.e. not the lightweight version...
September 18, 2006 at 9:14 pm
You won't find one. I looked also.
You don't tell us what exactly you want to do (transactional or merge, I'm presuming you are not talking about snapshot) nor the actual...
September 14, 2006 at 5:38 pm
What do you mean by "bonded"?
As for the error which is the subject of the editorial, my guess based on past experience is that there was too much expected with...
September 13, 2006 at 2:01 am
There is one sentence you will never see on a tombstone nor ever uttered as someone's last words:
I wish I had spent more time at the office!
The trouble is that...
September 8, 2006 at 1:02 am
Thank you for the response. Yet another example of the documentation leading me astray 🙂
June 15, 2006 at 4:48 am
Thanks, I will give it a try anyway.
June 13, 2006 at 2:46 am
It will work, I suppose, but I haven't tested it. The preferential configuration would be to only have one publisher and the other two servers as subscribers. In the configuration...
June 13, 2006 at 12:51 am
Cláudia,
I'm sorry but there isn't enough information here.
The simplest way would be to route between the two networks but I'm guessing that you have reasons for not doing that...
June 1, 2006 at 11:09 pm
Viewing 15 posts - 1 through 15 (of 18 total)