Viewing 15 posts - 20,881 through 20,895 (of 59,072 total)
djj (4/30/2015)
Also is there an index on Time_Created?
Also, what is the datatype of the Time_Created column? Could be some nasty ol' implicit conversions working here.
I also agree with Luis.......
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2015 at 10:57 am
kevaburg (4/27/2015)
Many, many thanks for the tips. I have decided to use a combination of the advice given here.
I will add an identity column in the table and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2015 at 9:00 am
pawankkmr 41145 (4/30/2015)
Check out puzzles @http://msbiskills.com/tsql-puzzles-asked-in-interview-over-the-years/
That's pretty cool. One recommendation would be that if anyone wants to use XML to do a split, you might not want to work...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2015 at 8:56 am
I was at work until 2AM this morning but I did manage to work on your project a bit. I never provide answers to such important data without a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2015 at 8:47 am
anju04n6 (4/29/2015)
I am trying to run below query fro bulk insert
SELECT MATNR,CASE WHEN ERSDA='00000000' THEN NULL ELSE CONVERT(datetime, ERSDA, 102) END AS ERSDA,ERNAM, CASE WHEN ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2015 at 12:45 am
To be honest, with what happened with 2005 when it first came out and to 2012 over it's life until Sp2-Cu5 and what recently happened with 2014 Sp1, I couldn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 11:05 pm
Set your transaction log backups to backup once every 30 minutes 24 hours a day. Nights are actually where this is needed the most because of things like index...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 10:23 am
mm7861 (4/29/2015)
The only issue I'm having with that datediff code is that I need the fiscal date to change every year. The calendar table will have 100...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 8:22 am
san1901 (4/29/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 7:37 am
My apologies. I've been working on two major projects at work and this slipped through the cracks. I'll try to get to this after work tonight.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 7:08 am
I'm pretty sure that you'd have to do that on the Oracle side of the house to be effective. Otherwise, you end up with a join across virtually the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 12:40 am
tfendt (4/28/2015)
I am using the new 2012 Integration Services Catalog with Project deployment. I can run the package...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 12:34 am
san1901 (4/28/2015)
I have a table that contain (besides other columns) 2 fields Year (2014, 2015, etc.) and Month ( 1, 2, 10, etc.) I want to be able to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 12:25 am
Axell (4/27/2015)
Recovery Model: Full
I had configured Maintenance Plans for my database but the transaction log keep grow till maximum size of the hard...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 12:05 am
WhiteLotus (4/28/2015)
I have some questions :
1.Is it OK to shrink Master, model ? the transaction log for those databases are full .
2.Is it OK to set the Recovery...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2015 at 12:01 am
Viewing 15 posts - 20,881 through 20,895 (of 59,072 total)