Viewing 15 posts - 271 through 285 (of 2,268 total)
I had the code backwards, thanks Chris for clearing that up.
September 6, 2011 at 5:55 am
what you are seeing here is the implicit conversion that takes place when comparing different data types.
so in this case an empty string ('') is implicity converted to a...
September 6, 2011 at 3:54 am
miriyalasrihari (9/5/2011)
my Team Leader told me that - try on open source it'll help you in future that's way i am...
September 6, 2011 at 3:14 am
to get the anywhere near the sort of functionality that google has, then you will probably need to do some coding in an application langauge such as c# or Python...
September 6, 2011 at 2:57 am
you could try and use the SOUNDEX function in T-sql and do this without a loop/cursors
September 6, 2011 at 2:51 am
kirti.malukani (9/6/2011)
Yes, but I already have a clustered index on my salary column so do I need any external sorting as well?
Yes you will also need an order by, ...
September 6, 2011 at 2:32 am
As you are running 2000, you are in luck as Redgate provide their log-reader for 2000 for free..
September 5, 2011 at 4:09 am
you could always search through the XML code of the dtsx package for the procedure name and this should also show you what task is calling the procedure
September 5, 2011 at 3:40 am
for me it would depend on whether or not this process is part of a larger ETL load and/or something that needs to be run regular, or whether is...
August 3, 2011 at 6:46 am
Do both connection managers use the same username and password?
because , from memory, a fast-load can require special permissions to run such as ALTER TABLE to keep...
August 2, 2011 at 6:38 am
I have also used them many times without any issues, what version of SSIS are we dealing with?
August 2, 2011 at 4:14 am
Get a copy of the Data warehouse lifecycle toolkit by the Kimball group and read this from cover to cover. It will give you a very good...
August 2, 2011 at 2:08 am
Another way of doing this without using CREATE TABLE is
SELECT 'A' as A into T3
this will create the table for you, if you need to specify the data type...
August 1, 2011 at 2:46 am
db2mo (7/29/2011)
July 29, 2011 at 1:57 pm
ajsnyman (7/28/2011)
Thanks Ninja's_RGR'us, I think we past per user license and will have to get a CPU lic.MS is killing us 3rd world countries :crazy:
As you mentioned that you worked...
July 28, 2011 at 4:06 pm
Viewing 15 posts - 271 through 285 (of 2,268 total)