Viewing 15 posts - 136 through 150 (of 567 total)
steve.ledridge (11/14/2013)
November 15, 2013 at 12:23 pm
ksatpute123 (11/14/2013)
I have already tried using this approach. It is based on the assumption that there will be only one value per column corresponding to...
November 15, 2013 at 11:50 am
LutzM (11/14/2013)
My guess would be the code will also fai if run from the query window connected to...
November 15, 2013 at 10:17 am
UNIONing your queries won't quite get you to where you want to go.
What you want is often called a cross-tab, and here's a way to do it in T-SQL, using...
November 15, 2013 at 10:03 am
mssqlnoob (11/14/2013)
with reference to http://technet.microsoft.com/en-us/library/ms174384.aspx
B. Specifying the HISTOGRAM option
when I execute the following code
USE AdventureWorks2012;
GO
DBCC SHOW_STATISTICS ("Person.Address", AK_Address_rowguid) WITH HISTOGRAM;
GO
RANGE_HI_KEYRANGE_ROWSEQ_ROWSDISTINCT_RANGE_ROWSAVG_RANGE_ROWS
AC3973FF-355C-47B6-BD71-000E1B6F2C020101
9534050D-1451-46AB-8A48-0137E7BD3997941941
7CCBD34E-3BB7-48C5-AB2E-02472716B5E3611611
34E2CD1E-FA81-4BF4-B9EB-02B4AFF6E3D1411411
B0F69A8C-1C4E-4A41-A710-0BB1865D85AA60716071
it informs me that average_range_rows is 1 yet
Solid area left of...
November 15, 2013 at 9:28 am
dwain.c (11/13/2013)
wolfkillj (11/13/2013)
Ed Wagner (11/13/2013)
Greg Edwards-268690 (11/13/2013)
venoym (11/13/2013)
L' Eomot Inversé (11/12/2013)
wolfkillj (11/12/2013)
Thanks for indulging...
November 14, 2013 at 8:37 am
Jeff Moden (11/13/2013)
wolfkillj (11/12/2013)
Jeff Moden (11/11/2013)
Honny (11/11/2013)
1. If you drop the table again you have to...
November 13, 2013 at 8:58 am
Ed Wagner (11/13/2013)
Greg Edwards-268690 (11/13/2013)
venoym (11/13/2013)
L' Eomot Inversé (11/12/2013)
wolfkillj (11/12/2013)
Thanks for indulging me in...
November 13, 2013 at 8:24 am
Jeff Moden (11/11/2013)
Honny (11/11/2013)
1. If you drop the table again you have to create the table...
November 12, 2013 at 11:48 am
terinoe (11/11/2013)
November 12, 2013 at 11:32 am
Jeff Moden (11/11/2013)
namdinh4 (11/11/2013)
Is there another way to assess wide indices?
There's no guarantee but you could create the less-wide indexes, and see which indexes are used the most over time...
November 12, 2013 at 10:36 am
My new blog post on appropriate data types for storing latitude and longitude coordinates is up.
Thanks for indulging me in a little bit of self-promotion. I'm finding that it's...
November 12, 2013 at 10:18 am
Of course, the entirely foolproof way to deal with this is to set the servers to UTC time, which doesn't change for daylight savings. It's usually trivial to make the...
November 1, 2013 at 10:21 am
Fall is not the time of year to worry about this. When we shift the clocks back an hour, 1:59:59 is followed by 1:00:00 instead of 2:00:00, so your 2:00...
November 1, 2013 at 9:50 am
sqlblue (10/31/2013)
November 1, 2013 at 9:37 am
Viewing 15 posts - 136 through 150 (of 567 total)