Viewing 15 posts - 7,351 through 7,365 (of 8,760 total)
jjturner (8/25/2014)
Eirikur Eiriksson (8/25/2014)
jjturner (8/25/2014)
So further to the point, I'm having this DEV recovery model switch over to FULL a number of...
August 25, 2014 at 1:08 pm
Feel I'm starting to repeat my self on the issue:pinch:
Using the RFC-4180, commas and double quotes within a column/field/attribute are not a problem. The problem is more that many of...
August 25, 2014 at 1:01 pm
jjturner (8/25/2014)
So further to the point, I'm having this DEV recovery model switch over to FULL a number of days after it...
August 25, 2014 at 12:54 pm
Lynn Pettis (8/25/2014)
rwaring 96203 (8/25/2014)
August 25, 2014 at 12:42 pm
Eirikur Eiriksson (8/25/2014)
Quick look and one major concern, only one production backup showing in the period of two weeks!😎
I think you've just scoped your investigation here, suspect that somewhere there...
August 25, 2014 at 12:40 pm
sqldriver (8/25/2014)
August 25, 2014 at 12:33 pm
rwaring 96203 (8/25/2014)
August 25, 2014 at 12:25 pm
Quick look and one major concern, only one production backup showing in the period of two weeks!
😎
August 25, 2014 at 12:24 pm
Lowell (8/25/2014)
so C:\CambridgePubs.xlsx...
August 25, 2014 at 11:25 am
jkalmar 43328 (8/25/2014)
August 25, 2014 at 11:08 am
N_Muller (8/25/2014)
August 25, 2014 at 11:03 am
Just having a quick fun with this problem, this code probably has more of an entertainment value than being an actual solution (couldn't help it):-D
😎
USE tempdb;
GO
WITH cteText(string) AS (
...
August 25, 2014 at 10:59 am
shaimaa.tarekelshoeiby (8/25/2014)
But with so limited time , what can I do to help me go through until I can have more time to read the book(s) you suggested...
August 25, 2014 at 8:36 am
shaimaa.tarekelshoeiby (8/25/2014)
I learnt about using CTE instead of a view so that I can do it all as sql queries
However , adding the With...
August 25, 2014 at 8:06 am
vigneshkumart50 (8/25/2014)
I have two columns like below
parsename('$'+ Convert(varchar,Convert(money,Q.[Profit Cost]-R.[Shared Dollars]),1),2) as [Pre Profit],
parsename('$'+ Convert(varchar,Convert(money,R.[New Cost+Shared Dollars]-R.[Shared Dollars]),1),2) as [Post Profit]
Formula to be applied:
When [Pre Profit]...
August 25, 2014 at 7:55 am
Viewing 15 posts - 7,351 through 7,365 (of 8,760 total)