Viewing 15 posts - 1,066 through 1,080 (of 2,469 total)
okay remi - you beat me to it - I was going to suggest converting the date first so that he could then use any date as filter (instead of...
September 12, 2005 at 10:19 pm
Bryan - here're a couple more things you could check out...
1) Settings - Control Panel - Administrative tools - Services - Under SQLAgent properties - check "Recovery" tab for settings...
September 12, 2005 at 9:46 pm
Beth - you may be looking for something like this...
SELECT cyear, client, SUM(fees) FROM tt1 A WHERE client IN (SELECT TOP 20 client FROM tt1 B WHERE A.cyear = B.cyear GROUP BY cyear,...
September 12, 2005 at 7:04 pm
Erik - there is a join in your query....in the where clause....
..WHERE Year(orderdate)= 1997 AND od.orderid = o.orderid...
However, joins with this syntax are all but obsolete...read up in BOL on...
September 12, 2005 at 11:15 am
Eric - did you "drop by" BOL with this question -
Here's an explanation of what the "Grouping" function does...
"Grouping is an aggregate function...
September 11, 2005 at 4:06 pm
Hey - I'm quite happy admitting I'm human and prone to err - it's these dratted users who seem to think that everything should be smooth sailing from day one...
September 11, 2005 at 3:45 pm
If all the relationships have been created - you could go to the "Diagrams" folder in your database (EM) - right click - "New Database Diagrams" - follow the wizard...
September 11, 2005 at 9:49 am
Manish - yes, you can drop a view - not create it. The only way I know where you can create a view inside a stored procedure is to do...
September 11, 2005 at 9:40 am
Manish - you cannot create a view (or a trigger) within a stored procedure...you would be better off creating your view in your database and selecting from it in your...
September 10, 2005 at 8:41 am
Just modify Carl's query slightly to:
select table_name, column_name from INFORMATION_SCHEMA.COLUMNS
order by table_name, ordinal_position
September 10, 2005 at 8:32 am
How very modest Chris...and here I was thinking you "know it all"!!!
At any rate, my latin is limited to "carpe diem" so here's something...
September 9, 2005 at 6:05 pm
Not at all...I've been laughing so much that I haven't had the time to sharpen my claws...
PAX everyone! The weekend beckons so let's part on a compromising note...I extend to...
September 9, 2005 at 3:19 pm
alright guys - y'all asked for it! I'm no blonde but on behalf of all of them who're legally so...
What do you call a man with half a brain?
...
September 9, 2005 at 2:51 pm
Yelena - never did get around to reading Galsworthy - hadn't heard of Japrisot - thanks for the tips on reading and movies..(how did you know I'm a movie buff...
September 9, 2005 at 1:36 pm
farrell - "working out world problems in a bar..." sounds like quite the thing to do....got any worked out ?!
'kay - am quitting for...
September 9, 2005 at 12:03 pm
Viewing 15 posts - 1,066 through 1,080 (of 2,469 total)