Viewing 15 posts - 3,511 through 3,525 (of 26,490 total)
curious_sqldba (8/9/2016)
Current SubscriptionsNotification
Home » SQL Server 2008 » SQL Server 2008 Performance Tuning
Instant
Home » SQL Server 2014 » Administration - SQL Server 2014
Instant
Home » SQL...
August 9, 2016 at 2:08 pm
Solomon Rutzky (8/9/2016)
Lynn Pettis (7/18/2016)
August 9, 2016 at 2:00 pm
Rob Reid-246754 (8/9/2016)
August 9, 2016 at 11:15 am
Just an FYI, since you are joining four tables together you really should use the table aliases to identify which table each of your columns come from in the SELECT...
August 9, 2016 at 11:01 am
Rob Reid-246754 (8/9/2016)
If you...
August 9, 2016 at 10:45 am
Here are two options:
declare @Period char(6);
select @Period = dbo.calcperiod(value) from sys_registry where system_code = 'gbl' and name = 'reportdate';
select rev.sales_doc_no
period_rev =...
August 9, 2016 at 10:26 am
Ray K (8/9/2016)
Gah! Just got the email. I have plans set for the draft date/time!!!Looks like I'm going to have to settle for defending my title via autodraft!
Hey,...
August 9, 2016 at 10:15 am
Using or not using the COVERT statement in the SELECT list should not change the sort order if you are not changing the ORDER BY clause.
The follow two SQL SELECT...
August 9, 2016 at 10:02 am
I see that the cheap kitchens in the UK are back again.
August 9, 2016 at 9:17 am
Rob Reid-246754 (8/9/2016)
.NETGlobalization - Culture and UI Culture to English (en). English (United Kingdom) en-gb
at both the server level and on the website levels...
August 9, 2016 at 9:13 am
Overly complex queries where the optimizer doesn't have time to properly evaluate plans.
August 9, 2016 at 9:04 am
From SSC?
I don't get any SPAM emails from this site.
August 9, 2016 at 9:02 am
The Dixie Flatline (8/8/2016)
https://technet.microsoft.com/en-us/library/ms177443(v=sql.105).aspx
Make it easier:
https://technet.microsoft.com/en-us/library/ms177443(v=sql.105).aspx
August 8, 2016 at 11:00 am
sku370870 (8/8/2016)
drew.allen (8/5/2016)
sku370870 (8/5/2016)
drew.allen (8/5/2016)
sku370870 (8/5/2016)
August 8, 2016 at 8:10 am
Viewing 15 posts - 3,511 through 3,525 (of 26,490 total)