Viewing 15 posts - 406 through 420 (of 3,221 total)
Danny Ocean (6/28/2012)
Very badly represent the question. given option are not correct. your are showing only 3 values (columns) in option but after execute the query, you will find the...
June 28, 2012 at 9:04 am
smitausa (6/27/2012)
ID and SubID. There are up to 24 subIDs for any ID.
In other words, there can be up...
June 27, 2012 at 12:10 pm
SQLRNNR (6/26/2012)
Straightforward question
Thanks ... but read the previous entries and see the opposite feelings. I was beaten from pillow to post ...
June 26, 2012 at 12:29 pm
Any one interested in convincing this OP that for a development / design / implementation contract as a consultant they would help him/her solve their problem.
http://www.sqlservercentral.com/Forums/Topic1321325-391-1.aspx
June 26, 2012 at 10:09 am
Any one know if those spreading Colorado wild fires are threatening Steve's home or the horses? Any one hear from Steve on twitter or whatever?
http://news.yahoo.com/colorado-fire-near-pikes-peak-forces-11-000-014551591.html
June 25, 2012 at 4:22 pm
bhuvneshk (6/25/2012)
Please try to search the syntax on BOL or do little Google for that before posting it to this forum.
As many of other useful queries remain ananswered due...
June 25, 2012 at 10:47 am
Is this what you are attempting?
CREATE TABLE #T(Col1 INT)
INSERT INTO #T
SELECT 1 UNION ALL
SELECT 1 UNION ALL
SELECT 2 UNION ALL
SELECT 3 UNION ALL
SELECT 4 UNION ALL
SELECT 1
SELECT SUM(DISTINCT(Col1)) AS 'Sum...
June 23, 2012 at 6:40 am
Koen Verbeeck (6/22/2012)
June 22, 2012 at 5:29 am
The same as the Enterprise edition - practically depends on the server (number of cores, I/O, etc)
June 20, 2012 at 7:06 am
sql server developer (6/18/2012)
First of all thanks for the reply! The link you have sent shows the number of columns in Excel 2007. But even in SSRS 2008 R2...
June 19, 2012 at 5:57 am
sql server developer (6/18/2012)
First of all thanks for the reply! The link you have sent shows the number of columns in Excel 2007. But even in SSRS 2008 R2...
June 19, 2012 at 5:51 am
From
The "Big Grid" and Increased Limits in Excel 2007
The Excel 2007 "Big Grid" increases the maximum number of rows per worksheet from 65,536 to over 1 million, and the number...
June 18, 2012 at 8:06 pm
To start might I suggest using what is available here on SSC, in the left margin of the home page, or for that matter in the left margin of a...
June 18, 2012 at 4:51 pm
I have no doubt that the problem is completely understood by yourself, having the table and its contents available to view. But we do not have that knowledge, so...
June 17, 2012 at 3:35 pm
Viewing 15 posts - 406 through 420 (of 3,221 total)