Viewing 15 posts - 16 through 30 (of 34 total)
Yet another good article on the use of temp tables. And once again I think it highlights the fact that you can't generalize what is or isn't good practice.
Sure table...
May 30, 2008 at 7:41 am
If you wanted to avoid usiing extended stored prcedures you could do it like this. It's a bit more understandable than multiple nested select statements that are required...
December 13, 2006 at 6:37 am
May 18, 2006 at 10:32 am
Right! I thought I'd look at adapting this script yet again to use the new system views in SQL2005, when I started to think that this is a really great...
May 3, 2006 at 5:08 am
I'm not sure I entirely understand your argument for an ODS in this context. The only difference between that and the warehouse is that the ODS may not encompass the...
April 11, 2006 at 8:18 am
Just as an aside, the use of the 'In' function in your example is really a bad choice for what you are trying to achieve.
You would be far better off...
March 31, 2006 at 8:22 am
To get around this particular issue I think I would always write to a standard file of the same name then rename the new file to what ever it is...
February 23, 2006 at 4:50 am
Thanks Noel,
Is there anymore info you can give me on this... are you talking about the SQL Server resourse kit? Do you have a URL that explains in more detail?
Cheers
R
November 15, 2005 at 9:51 am
No you will be running the lastest version of the package by default if you execute it from with Enterprise Manager.
Sounds fishy to me.... if you save the package, close...
August 3, 2005 at 7:28 am
In reality this is not an AS issue. It simply comes down to duplicates in your data that would affect any application using this information.
As stevefromOZ rightly points out "If...
August 3, 2005 at 7:19 am
How are you executing the DTS package?? Each time you make an amendment to a package and save it, another version of that DTS package is created. If you are...
August 3, 2005 at 7:04 am
This is a really great use of data in the sys tables of your database, especially when it comes to providing documentation.
One small bug in the procedure however is that...
June 1, 2005 at 3:27 am
Once again.... I agree.... whether you access it directly or indirectly, the only way you can determine if a block exists is by querying the sysprocessors table!
August 11, 2004 at 4:05 am
Viewing 15 posts - 16 through 30 (of 34 total)