Viewing 15 posts - 1 through 15 (of 16 total)
The GUI tools "Administrator" and "Query Browser", roughly equivalent to Enterprise Manager and Query Analyzer, are free. I find the Admin to be very flaky though, in my experience -...
February 13, 2007 at 3:35 am
I'd suggest using Michael's method. Managing unique IDs yourself when sql is perfectly capable seems unnecessary to me...
Chris
January 26, 2007 at 2:42 am
I'd say it depends on how many records there are in the source database, and what the purpose of the sql server system is. If there aren't many records, and...
January 26, 2007 at 2:38 am
Or this nice SP? I created this in master. I use a scheduled VB script to handle old file removal. Works for me.
Chris
=========
/*
usp_BackupDB
Backups up a database
Creates a .bak file in...
January 25, 2007 at 2:37 am
Do a search for: Collaboration Data Objects.
November 8, 2006 at 6:19 am
So between two pump tasks, you'll have an "execute sql" task that will contain the dedupe clean-up script. But we'd need examples if you want more help.
November 8, 2006 at 6:06 am
I wanted to know this too. I thought I'd reply and bring it back to the top of the pile...
October 27, 2006 at 4:54 am
Cursors aren't "very bad". They're one of many techniques you could use to do a job. If a select/update/delete command can be used instead, do so. But there are cases...
October 26, 2006 at 5:52 am
Hello again,
Just to let you know that I fixed this this morning! Turns out my IE was suppressing JS errors. When I tried from another computer, I got a message...
October 13, 2006 at 2:34 am
Hi David,
No, none. No error message on screen - it just ignores my button click. I check the logs for Reporting Services and IIS and nothing.
So frustrating, as the evaluation...
October 13, 2006 at 2:24 am
Ah, I didn't realise that. I've never managed to deploy RS2K successfully so wouldn't know...
October 12, 2006 at 10:22 am
Did you check the Multi-Value checkbox in the Report-Parameters menu?
Chris
October 12, 2006 at 4:06 am
It's no big deal - I already have a working query written, using subqueries. It's just that it's quite an ugly block of code to do a fairly simple task,...
October 10, 2006 at 6:10 am
Ah yes, almost forgot that I also meant to say...
In terms of how SQL Server executes my statement, how is that different to using a subquery?
Chris
October 10, 2006 at 5:32 am
Viewing 15 posts - 1 through 15 (of 16 total)