Viewing 15 posts - 91 through 105 (of 175 total)
SSIS samples rows in Excel. It looks like it examines the first 8 rows.
Search for this phrase to learn more. 'ssis typeguessrows excel'
February 10, 2010 at 4:14 pm
A couple of things.
1-Script out the structure of all tables. Then you can search other tables for columns named the same as your primary keys. The assumption is that the...
February 9, 2010 at 2:03 pm
I'll ramble a bit here so feel free to ignore if this doesn't apply to your situation.
If you are modeling after paper or excel forms then you are essentially saying...
February 9, 2010 at 1:48 pm
See below for a guess. I have used an artificial key which some may disagree with.
All calculations, incidents of a particular type or subtype, incidents per week, incidents per...
February 9, 2010 at 1:38 pm
February 9, 2010 at 1:16 pm
Phil Parkin (2/4/2010)
emily-1119612 (2/2/2010)
One approach would be to import all the data a table with 9 columns ...
Wouldn't this fail at the import stage, because SSIS would validate the number...
February 5, 2010 at 11:21 am
CirquedeSQLeil (2/3/2010)
emily-1119612 (2/3/2010)
GilaMonster (2/3/2010)
emily-1119612 (2/3/2010)
If I do want to truncate the log after the backup, is BACKUP LOG WITH NO_LOG the correct way to do this?
No. The DB is in...
February 3, 2010 at 3:47 pm
GilaMonster (2/3/2010)
emily-1119612 (2/3/2010)
If I do want to truncate the log after the backup, is BACKUP LOG WITH NO_LOG the correct way to do this?
No. The DB is in simple recovery....
February 3, 2010 at 2:10 pm
Thanks for your response. I'll add a bit of info. The archive/backup process is during a 2 day window of inactivity in the system so the performance hit of growing...
February 3, 2010 at 9:54 am
>>But i want to retain the same null values.
You question seems to indicate the following article may be helpful.
http://en.wikipedia.org/wiki/Null_(SQL)
I am going to guess and say you want...
February 2, 2010 at 4:39 pm
One approach would be to import all the data a table with 9 columns and then parse out the primary column into the other columns.
CREATE TABLE Test
(
[All] varchar(20),
[1] varchar(1),
[2]...
February 2, 2010 at 2:00 pm
Relaying can be controlled by IP address. Are both of your processes using the same IP?
January 27, 2010 at 10:25 am
In an Access 2000 ADP I have you can go to File>Connections.
January 27, 2010 at 10:17 am
Your question is quite broad which is probably why you are not getting a lot of answers. Generally in an professional environment you don't have a lot of choice, meaning...
January 22, 2010 at 2:33 pm
January 19, 2010 at 8:53 am
Viewing 15 posts - 91 through 105 (of 175 total)