Viewing 15 posts - 47,611 through 47,625 (of 59,064 total)
I absolutely agree... in fact, I agree so much, that I wrote an article about it.
Please see the link in my signature for how to properly pose a problem on...
October 23, 2008 at 8:43 pm
I'd be much more interesting in knowing what it is that "Task.exe" does and why you think it can't be done in T-SQL, whatever it is. 🙂
October 23, 2008 at 8:34 pm
Mike Gray (10/23/2008)
I ran the code that Jerry postedDELETE PW -- COUNT(1)
FROM performance_esx3_workload PW
INNER JOIN performance_sample PS
WHERE PW.sample_id = PS.id
AND PS.sample_time < '2008-07-01'
You...
October 23, 2008 at 8:29 pm
Really? Try this and see if ISNUMERIC is actually what you want...
SELECT ISNUMERIC('3D2'), ISNUMERIC('3E2')
October 23, 2008 at 8:25 pm
rishgup (10/23/2008)
There is no indexing on tables. And I want to...
October 23, 2008 at 8:17 pm
Nikhil Shikarkhane (10/23/2008)
@tablename is a local table variable.
No it's not... it's the name of a database... and it's @DBName... 😉
October 23, 2008 at 8:05 pm
JohnDBA (10/23/2008)
I have this values that I need to count based on condition.
- If the value is between 10 and 15 and the code is = a...
October 23, 2008 at 8:02 pm
Nikhil Shikarkhane (10/23/2008)
Hint: You will have to use ROW_NUMBER OVER ( PARTITION BY ) 🙂
I'd really like to see that for this one. Got code? 😉
October 23, 2008 at 8:00 pm
... sorry.... and to answer the other question, I never do a shrink on the database unless some runaway code happened to occur. Database growth should be planned and...
October 23, 2008 at 7:53 pm
victor_bosc (10/23/2008)
October 23, 2008 at 7:51 pm
Yeah... but do you need to use DTS or SSIS or is doing it all in T-SQL without the use of xp_CmdShell ok?
October 23, 2008 at 7:42 pm
Heh... dang managers all need to take a course in how to effectively plan and schedule a software project for success. 😉
Anyway, glad it does what you want and...
October 23, 2008 at 7:17 pm
Heh... cool! But, you don't really hate RBAR... or you wouldn't be using it. 😉
October 22, 2008 at 9:33 pm
Viewing 15 posts - 47,611 through 47,625 (of 59,064 total)