Viewing 15 posts - 1 through 15 (of 15 total)
Hi,
Thanks for the speedy reply.
The database is not set to read_only.
All users are restricted to db_datareader access. Only "Select" queries are run against the database. No users are permitted...
December 2, 2013 at 10:00 pm
Hi ...
This may be a silly question, but how does one use the dbo.Hierarchy table ?
Thanks.
November 14, 2012 at 1:01 am
Yo Dude!
Great post. Thanks for sharing!
🙂
August 23, 2012 at 10:41 pm
Hi,
We use SHA1 and store the result as Varbinary(MAX).
Do you see any problems with this ?
Thanks
April 27, 2011 at 11:04 pm
Hi ....
In our datawarehouse environment we have added the fields ExtractDate, LatestEntryIndicator, EntryStartDate, and EntryEndDate to all dimension and fact tables. Using these fields we are able to rollback the...
July 19, 2010 at 3:06 am
Hi ...
How does one set the ForceExecutionResult property via an expression?
I have tried setting the value via the Expression Builder to "Failure" which does evaluate successfully but when attemping to...
June 29, 2010 at 2:37 am
Hi Guys ...
I am experiencing a similiar problem. We have many packages that use a single dtsconfig file. It seems that every connection that has been defined in dtsconfig needs...
June 10, 2010 at 4:38 am
Hi ...
The reason for converting to upper case is that often users make changes to the data by simply adding the same details in all capital letters (for various reasons)....
May 17, 2010 at 10:43 pm
Hi ...
I am currently using a similiar method in order to compare data. The Hash value is calculated as follows:
HashBytes('SHA1',
UPPER(Isnull(convert(varchar(max), Branch), ''))
+ UPPER(Isnull(convert(varchar(max), VendorID), ''))
+ UPPER(Isnull(convert(varchar(max), VendorName), ''))
+ UPPER(Isnull(convert(varchar(max), VendorTradingName),...
May 17, 2010 at 2:09 am
Howdy ...
I have not really done much investigation into R2.
We have just upgraded to SQL 2008 from SQL 2005. With our workload, I do not see us moving to R2...
April 12, 2010 at 2:09 am
Hi ...
Thanks for the responses.
It seems that SQL 2008 SSIS has had a number of changes to the behavior of its components. This is quite a departure from the way...
December 8, 2009 at 9:52 pm
Hi there ...
I am experiencing the exact same problem.
Initially when I executed dtexec.exe the following message was returned:
The SQL Server Execute Package Utility requires Integration Services to be installed...
December 8, 2009 at 8:47 am
Hi ...
Thats an interesting article and the issues you bring up seem to have merit. If you plan to give examples of problems, I'd recommend you also provide the...
December 6, 2007 at 12:24 am
Hi all...
Thanks for the replies. The comments are really insightful.
The problems in our MIS environment are numerous. They range from political to technical. I personally do not have control...
October 4, 2007 at 1:23 am
Howdy..
I would agree with Scott. We have an application to capture client details and with that goes a number of addresses and telephone numbers (Home, Work Postal, next of kin, personal reference,...
February 25, 2007 at 11:40 pm
Viewing 15 posts - 1 through 15 (of 15 total)