Viewing 6 posts - 1 through 6 (of 6 total)
I think we've all encountered an Eric. I worked with one a few years ago (not the first, and I'm sure it won't be the last) who was in the...
September 26, 2008 at 3:42 am
If I remember my Oracle right (and it's been a year or two!), even when you use ODBC to connect to Oracle, it just sits as an extra layer on...
October 27, 2003 at 3:06 am
The DBA team that I work on couldn't function without TS. We use it to adminster a number of servers based at various locations throughout the US, while our team...
October 14, 2003 at 3:38 am
In a similar solution to Mark's, you could use the "ASCII" function to search through the string for a particular character.
The following code snippet shows what I mean:
September 4, 2003 at 3:57 am
Don't forget to output the "last_updated_time" from the "Execute SQL Task" to a package global variable, then use that variable in the "IF" statement in the "ActiveX Task".
I spent a...
September 4, 2003 at 2:34 am
I wrote this script only recently to use the sp_spaceused stored proc to return the space data for each table in the current database, the output is ordered in ascending...
July 30, 2003 at 2:02 am
Viewing 6 posts - 1 through 6 (of 6 total)