Viewing 15 posts - 10,321 through 10,335 (of 13,874 total)
CptCrusty1 (12/6/2012)
I've had to do the delete/recreate thing several times in the past (thankfully not in the recent versions of SSIS though).
Can you elaborate on that a bit more?
Thanks
Crusty
Sure....
December 6, 2012 at 11:43 am
ahmed_elbarbary.2010 (12/6/2012)
Are there are any way to transfer data(only) from one databases to another.i...
December 6, 2012 at 11:33 am
CptCrusty1 (12/6/2012)
I have a DTSX package that has over 30 steps/containers, etc. I'm using Sequencing events, groups, etc. ...
December 6, 2012 at 11:31 am
bobd125 (12/6/2012)
December 6, 2012 at 11:20 am
Snargables (12/6/2012)
December 6, 2012 at 9:18 am
CELKO (12/4/2012)
Can you suggest an app or two that would be appropriate?
ZyIndex was the Gold Standard for law offices in my day.
Is anyone else wondering how long ago...
December 6, 2012 at 8:57 am
robert.gerald.taylor (12/6/2012)
bobd125 (12/5/2012)
December 6, 2012 at 6:59 am
DBA12345 (12/5/2012)
Table B is destination table and it's constant. Table...
December 5, 2012 at 1:22 pm
rburko (12/5/2012)
We have SQL Server 2005 running on a 64 bit server. I loaded Microsoft Access Database engine...
December 5, 2012 at 8:22 am
I found the answer - just add [master] as a database reference in the database project and the warnings go away.
December 5, 2012 at 3:34 am
I would hate taking over the maintenance of a database which contained triggers like this. On behalf of those who may have to maintain your code in future, please reconsider....
December 4, 2012 at 7:44 am
inmallinath (12/4/2012)
When you launch any of the office applications, it starts to install the software.
Am I...
December 4, 2012 at 6:29 am
Saintmount.Sql (12/3/2012)
But I want to insert below selected values to another table by random way.
Ex:
select Distinct code_id from Pri_codes_master
where code_description like '%assignment%'
--ORDER BY NEWID()...
December 4, 2012 at 3:33 am
As far as I know, the format of files generated by either the 32-bit version or the 64-bit version of Excel is exactly the same - so referring to '32-bit...
December 4, 2012 at 12:58 am
You've made it more complex than it needs to be - no need for the SQL Server variable. Just this should be fine:
select top 1 code_id from Pri_codes_master
where code_desc...
December 2, 2012 at 5:12 am
Viewing 15 posts - 10,321 through 10,335 (of 13,874 total)