Viewing 15 posts - 16 through 30 (of 38 total)
Thanks Kevin..
I am running the query in SQL 2005 only..
May 14, 2008 at 11:10 pm
Thanks for ur reply..
Hi target db is in sql server 2005.
Where i have to add sp_addlinkedserver in 2005 or 2000?
Regards
May 14, 2008 at 10:53 pm
Hi
Can you provide the clear script..
Bcoz same error.
May 9, 2008 at 3:02 pm
Hi.. Same Error...
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'COLLATE'.
May 9, 2008 at 1:00 pm
Thanks shamshudheen ..
It works.
Is anyother way to do this using CTE or other way without using UPDATE, just do select & insert?
Thanks for ur query..
Regards
Sharma
May 8, 2008 at 8:05 am
Hi Tables are restructrued by adding id in all the tables.
ID in Address table is pk & ID in qualification table is FK
Initailly Employee table is empty.
Address tbl contains below...
May 8, 2008 at 6:31 am
In Server it is worked..
But in Client only it shows error.
I am trying in sql client machine only..
May 8, 2008 at 6:17 am
Thanks Squard..
That way i need..
But it insert as three rows.. I need combine this query & insert as single record in employee table..
Regards
May 8, 2008 at 5:49 am
No it shows same error..
I am having excel file which contains firstname & lastname..
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "The Microsoft Jet database engine could...
May 8, 2008 at 5:32 am
Thanks SanjayAttray
I did
ALTER TABLE NVARCHARTBL
ALTER COLUMN NAME COLLATE default
The above query is correct?
Bcoz It shows error
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'COLLATE'.
Regards
May 8, 2008 at 5:20 am
Thanks for ur reply..
In SP where the retrived values are stored?
If i am calling the SP means it throws invalid binding exception..
In Oracle, if we want to retrun more than...
May 7, 2008 at 10:42 am
Yes venkat .. Your way is correct.. I need a script without using UNION ALL
May 7, 2008 at 10:35 am
Thanks GSquared..
Is it possible to give a script without UNION ALL keyword?
Regards
Sharma
May 7, 2008 at 10:31 am
Thanks..
Thanks for ur help.
That link contain sp which call oracle .
In oracle using CURSOR i did it.
In SQL Server SP no cursor is used in that procedure. How can i...
May 7, 2008 at 7:10 am
No.. Initially Employee tbl does not contain data
May 7, 2008 at 7:06 am
Viewing 15 posts - 16 through 30 (of 38 total)