Viewing 15 posts - 151 through 165 (of 2,008 total)
I must agree with Joe this time. I understand his example & serious consequences if OP’s case follows the same pattern.
If the initial price of a book is $24 (<25),...
February 12, 2012 at 1:44 am
Restore the backups (created before the table drop operation) on a separate server and import the table back with Export Import Utility. Or generate script & data for the table...
February 12, 2012 at 1:20 am
Typical Uses of Integration Services
February 11, 2012 at 7:58 am
In general what percentage of individual MS SQL databases are OLTP vs. OLAP vs. none of the above?
Most of the databases are OLTP. But OLAP is emerging trend so many...
February 11, 2012 at 7:56 am
Please crosscheck the synonyms.
February 11, 2012 at 7:34 am
Does Oracle have an equivalent to SSIS?
yup... Oracle Warehouse Builder. IIRC it requires separate licenses.
More:
http://en.wikipedia.org/wiki/Oracle_Warehouse_Builder
http://www.oracle.com/technetwork/developer-tools/warehouse/overview/introduction/index.html
February 11, 2012 at 7:19 am
Prerequisite Exams: US$400 (approx)
MCM Exam Fee: US$2,500
Preparation material: per your budget
Preparation time: per your strength
Best of Luck!!! 🙂
February 11, 2012 at 7:06 am
As a side note, you can decide a batch of records in one transaction in BULK INSERT. So even if you are inserting 1M records and you decide 1K as...
February 11, 2012 at 6:54 am
Search for 'Temporary Tables' here (explanation & examples):
February 11, 2012 at 6:25 am
Or logical partitioning...
User-Schema Separation
February 11, 2012 at 6:09 am
Slight modification in the sentence and now it qualifies for ETL example...
'converting an Oracle data base into a SQL Server data base'
And yes, ETL projects vary in complexity from...
February 11, 2012 at 6:00 am
Are you facing ‘low disk space’ issue on server? Or it’s a casual question?
February 11, 2012 at 5:55 am
I can help you in your tasks but it would be paid service. Please PM me for more information.
February 11, 2012 at 5:45 am
Please don’t get me wrong. It’s all database security breach stuff (mess) that I am handling nowadays & it’s making me mad.
I appreciate all your efforts that you put...
February 11, 2012 at 5:41 am
Place it in dynamic query. It won’t require split function.
set @SQL = 'select * from Alpha where alpha in(' + @strIN + ')'
February 11, 2012 at 5:25 am
Viewing 15 posts - 151 through 165 (of 2,008 total)