Viewing 15 posts - 19,651 through 19,665 (of 59,072 total)
sgmunson (9/4/2015)
mar.ko (9/2/2015)
Is there a way to -include mysql.sql or something like that ?
How does everyone...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 6:40 pm
Luis Cazares (9/2/2015)
You also need to be sure about the server name you're using.
Nicely done, Luis.
Just a tip... if it all occurs on the server itself, you don't need the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 6:31 pm
Grant Fritchey (9/2/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 6:25 pm
Want a cool Sig (9/4/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 5:58 pm
The other have told you how to parse it. That's good because I just want to rant a bit and I know none of it is your fault. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 5:39 pm
If I understand what you're looking for, it's actually pretty easy. Use a "not" pattern to exclude BCD.
DECLARE @Text1 VARCHAR(8000);
SELECT @Text1 = 'ABNAGENDRACSURENDRADJITHENDRAXNARENDRABVEERNDARAXDRMNDRAXRVINDRABNAGENDRACSURENDRADJITHEN';
-- ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 5:15 pm
mar.ko (9/4/2015)
And DateAdd is probably efficient....as whenever strings are involved, the conversion is usually costly.
Lowell's solution is very slick and efficient.
Sean's solution is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 3:49 pm
Eric M Russell (9/4/2015)
Jeff Moden (9/4/2015)
Alvin Ramard (9/4/2015)
Jeff Moden (9/3/2015)
sriponraj (9/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 10:29 am
mar.ko (9/4/2015)
Sean Lange (9/4/2015)
mar.ko (9/4/2015)
I tried this:SELECT Convert(smalldatetime,Round(Convert(float,(dbo.fnDateOnly(getDate())))+16.0000000/24.0000000,6))
Result: 2015-09-04 16:00:00
It works (FnDateOnly strips the time).
Is there a more efficient way ?
What are you trying to do? And what is fnDateOnly?
RTFM:...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 9:23 am
Eric M Russell (9/4/2015)
Andrew_Steitz (9/4/2015)
Ed Wagner (9/3/2015)
Jeff Moden (9/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 9:13 am
kyagi.jo (9/4/2015)
That's fine, it makes sense, but my exact case, I view it as more like if the initial partition is A, then I want to partition switch, but load...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 8:53 am
Alvin Ramard (9/4/2015)
Jeff Moden (9/3/2015)
sriponraj (9/3/2015)
Check the connection for temp db by using sp_who2 active. Kill all the connection related to temp db and try to shrink..
So, if the run...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 8:39 am
shamshad.ali (9/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2015 at 1:10 am
@robert.chipperfield,
Praise and kudos to you and the team, again. The site has been absolutely awesome and better than it has been for longer than we thought. That hardware/cable...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 7:48 pm
jasona.work (8/28/2015)
mike 57299 (8/27/2015)
Thank you for the info.In your opinion, which is better - full every night or full once a week and differentials?
Mike
Short answer, it depends.
Long answer,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 7:45 pm
Viewing 15 posts - 19,651 through 19,665 (of 59,072 total)