Viewing 15 posts - 121 through 135 (of 176 total)
I have several hundred reports that I maintain over various systems... many of them based on one or more stored procedures, many others with one or more SQL scripts...
November 19, 2014 at 12:41 pm
GilaMonster (11/15/2014)
cphite (11/14/2014)
What purpose does making it mandatory actually serve?
Simplifies the parser, makes it easier to extend the language. T-SQL's getting to the point where it's hard for the parser...
November 19, 2014 at 8:43 am
Ed Wagner (11/14/2014)
GilaMonster (11/14/2014)
Jason-299789 (11/14/2014)
I don't disagree, and as Lynn states maybe if MS enforced it so that code wouldn't compile without the use of the statement terminators, like they...
November 14, 2014 at 1:17 pm
Koen Verbeeck (10/23/2014)
This is a known bug:Pasting objects with expressions pastes fully qualified functions
Yeah, I saw that but that site is notorious for not following up on issues, and it...
October 23, 2014 at 3:08 pm
Alan.B (9/11/2014)
Sean Lange (9/11/2014)
Alan.B (9/10/2014)
months as(
select 1 as MoNo, 'January' as Mo union all
select 2 as MoNo, 'February' as Mo union all
select 3 as MoNo, 'March' as Mo union...
September 11, 2014 at 9:48 am
michaeleaton 36224 (9/10/2014)
SELECT COUNT(DISTINCT CustomerID) AS ActiveCustomers, DATENAME(MONTH, PaymentDate) + ' ' + DATENAME(YEAR, PaymentDate) AS [Period]
FROM dbo.[Order]
WHERE DATENAME(YEAR, PaymentDate) > 2012
GROUP BY...
September 10, 2014 at 2:46 pm
jcrawf02 (9/4/2014)
Ed Wagner (9/4/2014)
Koen Verbeeck (9/4/2014)
andrew gothard (9/4/2014)
Gazareth (9/3/2014)
I've just been told: "We don't recommend running SQL commands against the database"Right. May as well go home then!
You know Chris Date?...
September 5, 2014 at 11:35 am
SQLRNNR (9/3/2014)
Luis Cazares (9/3/2014)
xsevensinzx (9/3/2014)
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
September 3, 2014 at 9:15 am
RTaylor2208 (3/17/2014)
March 17, 2014 at 2:15 pm
sing4you (2/20/2014)
February 20, 2014 at 3:45 pm
GilaMonster (2/9/2014)
cphite (2/9/2014)
The only catch is that if for whatever reason the new location isn't accessible, SQL won't start and you'd need to restore master.
SQL won't start in that case,...
February 10, 2014 at 9:43 am
ramana3327 (2/8/2014)
oh. I am thinking that for temp db we don't need to move physically. Once you restart the server it will take the new path
Correct - when you restart...
February 9, 2014 at 5:55 pm
wendy elizabeth (1/16/2014)
January 16, 2014 at 3:18 pm
GilaMonster (1/14/2014)
Moving TempDB is easy. The other three, not so much.
True enough. I needed to move tempdb on our production server a few months back and even that was...
January 16, 2014 at 3:01 pm
EdVassie (1/14/2014)
January 14, 2014 at 1:11 pm
Viewing 15 posts - 121 through 135 (of 176 total)