Viewing 15 posts - 1 through 15 (of 18 total)
Thanks Thom,
But this would just disappear the warning. Let me make it more clear about what i am looking for
create table TEST_INSERT
(id...
January 21, 2018 at 6:23 am
Lynn Pettis (8/8/2014)
funooni (8/8/2014)
Lynn Pettis (8/8/2014)
August 8, 2014 at 9:54 am
Lynn Pettis (8/8/2014)
Also, is the...
August 8, 2014 at 9:28 am
Jeff Moden (8/8/2014)
1. DO A FULL BACKUP!!!!!!!!!!!!
2. MAKE SURE POINT-IN-TIME BACKUPS ARE...
August 8, 2014 at 9:26 am
Ahan , so that's why it did not go the way I thought. SSMS entire query is getting rolled back
August 8, 2014 at 9:22 am
When I cancelled the Running Query, shouldn't the SQL Server rollback only the rows of last transaction. But it is rolling back the rows which are deleted and committed in...
August 8, 2014 at 8:23 am
around 150 million rows will be kept i.e. last three months data.
I am thinking about taking those rows into another table and then truncating/dropping the table and renaming the actual...
August 8, 2014 at 8:02 am
Hi guys,
Linked server can be used to insert data from SQL SERVER 2005 to Oracle. However, you need to install Oracle's Data Access Components installed on the same system having...
January 24, 2011 at 2:43 am
No it gives the same error message
however i was just trying some commands and i found that the following works and returns all the tables.
exec sp_tables_ex @table_server = 'ORCNOTNS'
I...
December 7, 2010 at 8:46 am
Hi
Did anyone solve the problem? i tried using .Net framework 2.0 but still its the same error and my assemblies are not created.
My dll is very simple just contain mathematics...
November 23, 2010 at 1:31 am
Hi
Can you please give me some tips about posting the data from SQL Server 2005 to Oracle?
I need to populate a table in Oracle on an hourly basis.
I...
September 1, 2010 at 3:51 am
Thanks to all.
Concepts cleared.
July 19, 2010 at 4:05 pm
All marks go to Lutz 😉
This does not work.
Well i just checked it and it does work.
The DAY built-in function returns just the day date part of the supplied...
July 19, 2010 at 7:01 am
Going further from Eralper's idea;
You can use
select DATEPART(WEEK,DAY(getdate()))
to get the week of the month.
GETDATE() can be replaced by any datetime variable or even a string like '2010-12-07' ;...
July 19, 2010 at 2:42 am
Hi there
Well it seems that you need to study some XML stuff
Check this link as well
As far as your query , i have just done a test and here's...
June 14, 2010 at 5:18 am
Viewing 15 posts - 1 through 15 (of 18 total)