Viewing 15 posts - 16 through 30 (of 52 total)
Let me explain better my requirements.
There are 2 servers. A remote one which has Oracle as dbms and the local server which has SQL Server 2005 as DBMS. These 2...
November 29, 2011 at 9:09 am
The problems is making the copy on my local server which is too slow.
November 29, 2011 at 8:50 am
My requirements is to copy the whole data.
November 28, 2011 at 12:59 pm
Hello Daniel,
thank you for the reply.
I have followed the first approach but my problem was that it was not working. The article here is somewhat confusing.
To solve this issue they...
November 11, 2011 at 7:44 am
You're Right!!!
Thank you.:-)
October 28, 2011 at 9:18 am
Hello Jason,
Thank you very much.
The script generated from your code is perfect.
😉
October 3, 2011 at 5:54 am
I mean that the agent is runnning. No logs or other errors.
Anyway, I have updated windows server and also rebooted the server and the scheduling meccanism seem to work now.
Thank...
April 11, 2011 at 11:49 am
Paul White NZ (12/15/2010)
Probably less than that know the full story. I trust you will do your part in educating the people you meet, now you know 🙂
Rarely i...
December 16, 2010 at 1:30 am
Paul White NZ (12/15/2010)
evald (12/15/2010)
December 15, 2010 at 9:36 am
GilaMonster (12/15/2010)
An Order By anywhere else (subquery, function, view) does not enforce order.
I HAVE UNDERSTOOD THIS. I'M TRYING TO SAY THAT SINCE DOES NOT ENFORCE ORDER, IT IS CONFUSING!!!
Regards
December 15, 2010 at 9:03 am
GSquared (12/15/2010)
I hate to say this, but it looks like ego is getting in your way here.
"Yes, even the bugs are well documented." Really? If you honestly consider...
December 15, 2010 at 8:49 am
GilaMonster (12/14/2010)
This is clearly documented. From Books Online:
When ORDER BY is used in the definition of a view, inline function, derived table, or subquery, the clause is used only to...
December 14, 2010 at 3:19 pm
GilaMonster let me explain with a simple example because i'm not understanding you.
Suppose the view is created like this(which is the same as mine except that i'm using also some...
December 14, 2010 at 12:50 pm
GilaMonster (12/14/2010)
You could read the docs. It is documented.
Yes of course, but i mean if the dbms is accepting a sql statement i'm expecting that it works.
This kinds of...
December 14, 2010 at 12:22 pm
I have used the top(99.999) trick read here http://cf-bill.blogspot.com/2007/01/sql-server-order-view.html
Since this view is not used by other views seems it works.
Thank you.
December 14, 2010 at 8:37 am
Viewing 15 posts - 16 through 30 (of 52 total)