Viewing 15 posts - 44,971 through 44,985 (of 59,095 total)
GSquared (2/25/2009)
Bob Hovious (2/25/2009)
It's not barrier to entry. Nobody has to take a test on the material. It's just something that first...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 6:47 pm
lmu92 (2/25/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 6:40 pm
David Burrows (2/25/2009)
I'm using 2k5 at sp2... and there's no "Summary" selection in the "View" menu... has anyone actually tried this?
I belive it was changed in SP2.
Right click on...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 6:24 pm
Sunil Kumar (2/25/2009)
Here is my query....I am getting Daily Sum of MINUTS.
I would likt to make it as Monthly Sum if possible.
SELECT CONVERT(VARCHAR,[Date],105) as DATE,
...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 6:14 am
Ashwin M N (2/25/2009)
Why is that when I pass a parameter(Inventory_Code) values are updated correctly? If it was not sorted...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 6:11 am
Thanks folks... darned thing isn't there for me.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 6:09 am
Is it actually a table... or is it actually a view?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 5:21 am
iainthepitman (2/25/2009)
http://www.sql-server-performance.com/faq/taskpad_view_ssms_p1.aspx
I'm using 2k5 at sp2... and there's no "Summary" selection in the "View" menu... has anyone actually tried this?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 5:19 am
Pretty much. Some folks actually use it to get around "parameter sniffing" problems.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 4:55 am
First of all, the reason why your code turned back into a slow monster is because you used a While Loop... AGAIN! If you're gonna keep doing that to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 4:49 am
Ross McMicken (2/25/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2009 at 4:43 am
The problem with even some small scale concatenation is... people abuse it and don't know what it actually does to the server. Sure, "It Depends"... but few take the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2009 at 11:06 pm
Test data...
DROP TABLE JBMTest
GO
--===== Create and populate a 1,000,000 row test table.
-- Column "RowNum" has a range of 1 to 1,000,000 unique numbers
...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2009 at 9:33 pm
Thanks Jack... lotta tension on this side, lately, and I had to make sure I wasn't tuggin' on a friend's chain.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2009 at 9:12 pm
Jack Corbett (2/24/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2009 at 8:55 pm
Viewing 15 posts - 44,971 through 44,985 (of 59,095 total)