Viewing 15 posts - 6,286 through 6,300 (of 11,678 total)
Visual Studio 2010 (I guess you're using SSDT) can only build reports for SQL Server 2012.
November 8, 2012 at 1:01 am
http://www.cdw.com/content/software/microsoft/sql-2012/sql-compare.html
Second Google result for sql server 2008r2 vs 2012.
November 8, 2012 at 1:00 am
How do you configure the destination table? Is it fixed in the package or dynamic?
November 8, 2012 at 12:59 am
You can download the zip file using the Webservice Task.
You can unzip the file using the Execute Process Task which calls for example the Winzip.exe file.
You can load the .csv...
November 8, 2012 at 12:58 am
What do you mean with filter?
Something like this?
DELETE FROM myTable WHERE columnA = 'B'
ps: why define a VARCHAR(1) column? What is wrong with CHAR(1). If you do have millions of...
November 8, 2012 at 12:48 am
Nice question Tom, but I doubt if I'll ever use it 🙂
(ps: you must be getting old if you can't count to four anymore :-P)
November 8, 2012 at 12:46 am
sanket kokane (11/7/2012)
I got it wrong ...you should mention sql server Version in question .
Sysdatetime () not present in sql 2000 and 2005
So, for which versions do you think the...
November 8, 2012 at 12:45 am
Lee Crain (11/7/2012)
"Can you tell me what...
November 7, 2012 at 11:59 pm
Does the server on which the package run has access to the SMTP server? No firewall blocking ports or something like that?
November 7, 2012 at 7:08 am
Any errors/warnings?
November 7, 2012 at 12:16 am
rmudway (11/6/2012)
GilaMonster (11/6/2012)
rmudway (11/6/2012)
GilaMonster (11/5/2012)
Doesn't sound right. If the historical data isn't queried, it won;t be in memory, doesn't matter if in one DB or two.
Well... i dont need the...
November 6, 2012 at 11:50 pm
Lee Crain (11/6/2012)
Knowledge, Skills, and Abilities
- In depth knowledge...
November 6, 2012 at 11:47 pm
george sibbald (11/6/2012)
Brandie Tarvin (11/6/2012)
Anyone have any suggestions for...
November 6, 2012 at 6:58 am
I think you're looking at outdated documentation. It talks about Oracle 7.3 and Oracle8.
Oracle is now at version 11.
The documentation is also about the deprecated Microsoft OLE DB provider for...
November 6, 2012 at 5:34 am
Viewing 15 posts - 6,286 through 6,300 (of 11,678 total)