Viewing 15 posts - 8,821 through 8,835 (of 13,876 total)
Viewing the XML for the execution plan, there are references to the CONVERT_IMPLICIT() function.
January 2, 2015 at 8:52 am
Thanks Luis
On 2014, I get exactly the same execution plan for both 1 and 'true'. And no implicit conversions.
--Edit
Each statement seems to be converted to
SELECT * FROM [bitTest] WHERE...
January 2, 2015 at 8:47 am
Steve Jones - SSC Editor (1/2/2015)
January 2, 2015 at 8:39 am
Eirikur Eiriksson (1/2/2015)
January 2, 2015 at 8:23 am
You could use something like this one to get rid of weekends.
To exclude your other non-work days, simply
select count(*)
from ih_non_work_days
where [apply start and end date filter here]
And subtract this...
January 2, 2015 at 4:53 am
Why not just configure the Foreach Loop to crawl through all the subfolders? No scripting required.
January 2, 2015 at 4:16 am
Welsh Corgi (12/31/2014)
Phil Parkin (12/31/2014)
Yes you can.Thanks again.
Where is the download for the SQL Server 2014 Client?
If you mean the management tools, you should follow the link I sent previously....
December 31, 2014 at 9:49 am
Now it's my turn to be stumped! I don't know what you mean.
Are you aware that the import wizard creates a package "behind the scenes" & then runs it?
As you...
December 31, 2014 at 9:29 am
KoldCoffee (12/31/2014)
the process of importing these files needs to be automated. Therefore, the object of the ssis package is...
December 31, 2014 at 9:16 am
Have a look here and look for 'SQL Server Management Studio Express'
December 31, 2014 at 8:36 am
KoldCoffee (12/31/2014)
last evening I used bulk insert to import the .txt file...
December 31, 2014 at 8:26 am
Is this what you are looking for?
December 31, 2014 at 8:24 am
chrisn-585491 (12/31/2014)
December 31, 2014 at 6:53 am
Viewing 15 posts - 8,821 through 8,835 (of 13,876 total)