Viewing 15 posts - 1,936 through 1,950 (of 3,061 total)
John Rowan (5/18/2010)
May 19, 2010 at 6:36 am
chico_rpereira (5/4/2010)
May 19, 2010 at 6:20 am
Not sure how to do it via SSIS but, if you have access to the Oracle instance...
1- Log on via sqlplus and do... "desc table_owner.your_table_name' OR
2- if logged as owner...
May 17, 2010 at 5:42 pm
Irfan-358189 (5/16/2010)
May 17, 2010 at 2:10 pm
Do you mean... format or content?
For format... search the web -different cultures do it different.
For content... only you know about your credentials including education and working experience.
Try to keep it...
May 17, 2010 at 8:50 am
rob 58081 (5/16/2010)
May 17, 2010 at 8:30 am
ASDL (5/16/2010)
select * from table_name where col1 = something and col2 =...
May 16, 2010 at 5:09 pm
Since tempdb gets re-created each time SQL Server is started this shouldn't be a problem.
What's the error you are getting? is it that the failed drive is not...
May 16, 2010 at 4:54 pm
david.c.holley (5/16/2010)
If I wanted the trigger NOT to fire when one field is updated, but any of the others are updated, how would I construct the IF?
Let me note that...
May 16, 2010 at 4:49 pm
This is really basic stuff. Do you have any exposure to maintenance plans?
I do prefer to run my backups using custom scripts but certainly a maintenance plan would be...
May 16, 2010 at 4:45 pm
sameer.kasi200x (5/13/2010)
it may be an issue of Undo tablespace or rollback segments.
Pretty easy to validate... start the job and ask your Oracle DBA to monitor undo tablespace as well as...
May 14, 2010 at 3:01 pm
I would suggest ROW_NUMBER() OVER() then select RowNumber=1, RowNumber=2, etc.
Check here for details ... http://msdn.microsoft.com/en-us/library/ms186734.aspx
May 14, 2010 at 2:04 pm
Carl Federl (5/8/2010)
totally agree with Don Peterson's position on the matter but please note neither original poster nor anybody else in this thread is suggesting the creation...
May 14, 2010 at 9:02 am
joemai (5/13/2010)
- Create the exact same table structure with the original one and give it new name
- Copy only data that you need only over to this...
May 14, 2010 at 8:52 am
sure, derived tables are a little funny thing - take a look here... http://www.sqlteam.com/article/using-derived-tables-to-calculate-aggregate-values
May 14, 2010 at 8:47 am
Viewing 15 posts - 1,936 through 1,950 (of 3,061 total)