Viewing 15 posts - 631 through 645 (of 3,666 total)
Jeff Moden (6/24/2015)
Alvin Ramard (6/24/2015)
Deprecated? Why didn't I know that? Oh yes. I'm stuck on older versions of SQL Server.
Ah... hang on a minute while I get the egg off...
June 24, 2015 at 9:05 am
mister.magoo (6/24/2015)
All these UNION queries will be scanning the table twice, yes?
Each SELECT statement will cause the data to be read from the table.
June 24, 2015 at 9:01 am
sgmunson (6/24/2015)
Meatloaf (6/23/2015)
I have created a phone list and am using a union to be able to display letter category. However, what I would like to do is only...
June 24, 2015 at 8:38 am
Meatloaf (6/24/2015)
It is close to the first query. What is different is my first query will show all letters regardless if there is a lastname.
For example, my current...
June 24, 2015 at 8:35 am
Meatloaf (6/24/2015)
June 24, 2015 at 8:10 am
...
Sean Lange (6/24/2015)
Alvin Ramard (6/24/2015)
Jeff Moden (6/23/2015)
Careful now. Don't forget that ORDER BY ordinal has been deprecated.
Deprecated? Why didn't I know that? Oh yes. I'm stuck on older versions...
June 24, 2015 at 8:01 am
Jeff Moden (6/23/2015)
Alvin Ramard (6/23/2015)
Meatloaf (6/23/2015)
I have created a phone list and am using a union to be able to display letter category. However, what I would like to...
June 24, 2015 at 7:36 am
Meatloaf (6/23/2015)
I have created a phone list and am using a union to be able to display letter category. However, what I would like to do is only show...
June 23, 2015 at 3:52 pm
Lynn Pettis (6/23/2015)
Steve Jones - SSC Editor (6/23/2015)
Disclosure:...
June 23, 2015 at 8:41 am
leetrueman (6/23/2015)
CREATE NONCLUSTERED INDEX idx_Transactions_TransTime
ON dbo.transactions (trans_time, SiteID)
INCLUDE (transactionID,siteID,areacode,gamename,sitename)
GO
is reporting
Msg 1909, Level 16, State 2, Line 1
Cannot use duplicate column names in index. Column name 'SiteID' listed more...
June 23, 2015 at 8:38 am
Getting back to the original intention of this thread ... Are the posted questions getting worse? For some posters at least, YES!!!!!
June 22, 2015 at 2:52 pm
sqlinterset (6/22/2015)
from 1 month to current...
June 22, 2015 at 2:40 pm
sault (6/22/2015)
June 22, 2015 at 2:37 pm
Keep in mind that when using data flows in SSIS, the data has to go from the source server to the SSIS server and then to the destination server. ...
June 22, 2015 at 11:43 am
Karthiart (6/21/2015)
I have an excel with 3 sheets. 3rd sheet contains pivot template. I want to copy that 3rd sheet and create 3 more sheets in the same...
June 22, 2015 at 10:27 am
Viewing 15 posts - 631 through 645 (of 3,666 total)