Viewing 15 posts - 38,086 through 38,100 (of 39,490 total)
Sounds like security. Can you log in with QA using the SAME login as the app and open the database?
Steve Jones
February 8, 2002 at 10:53 am
Build multiple transforms. select * where col = A, etc.
You could build a generic package and then drive this with another package that checks for all values of your column...
February 8, 2002 at 10:51 am
ERWin is nice, but $$$$$, ERStudio is almost as good and less, but still $$$. Visio is $$ and it shows. It is cumbersome, IMHO, and seems to reach a...
February 8, 2002 at 10:50 am
Brian has a good explanation. I like stored procedures as they also promote resuse and encapsulate specific functions. I take the view that I'll build 10 sprocs to cover your...
February 8, 2002 at 10:46 am
I agree with Andy. If you want to really work with the columns in some order select them in that order. Actually, doing select * everywhere is a bad idea...
February 8, 2002 at 10:44 am
February 8, 2002 at 10:42 am
check out this evolution
select
Convert( char( 20),GETDATE(),120)
, replace( Convert( char( 20),GETDATE(),120), '-', '')
, replace( replace( Convert( char( 20),GETDATE(),120), '-', ''), ' ', '')
, replace( replace(...
February 8, 2002 at 10:40 am
if you want, you can write a parser for
exec master..xp_cmdshell 'ipconfig /all'
Steve Jones
February 8, 2002 at 10:38 am
I still don't think the instances are great, both from mgmt as well as $$. You still have to license as though you have 4 SQL Servers. If you use...
February 8, 2002 at 10:34 am
I agree with Brian and like his philosophy. If you want to do this in the past, you will need Log Explorer. For the future, a number of good suggestions...
February 8, 2002 at 10:27 am
I think you will start to see more people that take a DBA class and then become a DBA. I hired such a young lady a couple years ago. She...
February 7, 2002 at 2:38 pm
I've got DSL and for an extra $35, I got static IPs. It is nice, but you have to understand some networking, plus you want to secure your boxes.
I understand....
February 7, 2002 at 2:36 pm
Check their terms, but in searching for colocation, I've found they are all about the same. Especially if you are the little guy, you will be low in the priority...
February 7, 2002 at 2:02 pm
February 7, 2002 at 1:55 pm
February 7, 2002 at 1:51 pm
Viewing 15 posts - 38,086 through 38,100 (of 39,490 total)