Viewing 15 posts - 57,331 through 57,345 (of 59,049 total)
Commando...
First, I gotta share the normal diatribe about your numeric sequence and forgive me while I blast the designer... if you were the designer, sorry, but not sorry...
October 23, 2006 at 11:18 pm
No sure what the "Number" parameter in Sybase is but...
There a multiple functions in SQL Server that return info about the current connection... for example... @@SPID returns the SPID of...
October 23, 2006 at 6:56 am
create an updateable passthrough view in each target database
I don't see where you said those words, but may that's what you meant... I was talking about just creating...
October 23, 2006 at 6:28 am
Yep... I missed that one... guess it's time for some sleep ![]()
October 22, 2006 at 8:15 pm
Doesn't seem to be "automatically scalable" unless you create the views and the trigger dynamically. Maybe that doesn't matter much... non-dynamic solutions do require some human intervention but they usually run better...
October 22, 2006 at 8:12 pm
i had intended using a dynamically constructed sql string - but it failed everytime. i was... |
October 22, 2006 at 7:43 pm
Use the other form of case...
, SUM( CASE WHEN r.packagetransmethodid NOT IN (1,2,3,4,5,6,7,8,9) THEN ShipmentQty ELSE 0 END) as "Others"
October 22, 2006 at 1:54 pm
I've just got to start selling the "T"-Shirts that say...
SELECT *
FROM Users
WHERE Clue > 0
(0 row(s) affected)
Jono,
You should probably be a bit disgusted with...
October 22, 2006 at 9:33 am
First of all, the format of the date just about doesn't matter here (EXCEPT FOR THE FACT THAT YOU HAVE MIXED US AND EUROPEAN DATES!!! ARG!!)... it can be any...
October 22, 2006 at 12:47 am
I can't help but wonder why you would have multiple databases on the same server that need the same information. Why aren't these databases all looking at the same data? ...
October 21, 2006 at 9:26 pm
I agree with John. It's easy... just tell it like it is... "Battle hardened SQL Server DBA with xx years of experience." You never said you had a certification or not. ...
October 21, 2006 at 9:21 pm
Here! Here! I whole-heartedly agree. While I have seen a few folks (very few) with certifications that are actually good, they seem to be far and few between, at least in...
October 21, 2006 at 8:34 pm
Not nearly as stupid as trying to emulate spreadsheets in a database, eh?
Should'a listened to you on THAT one...
Thanks again, Serqiy.
October 21, 2006 at 8:22 pm
Viewing 15 posts - 57,331 through 57,345 (of 59,049 total)