Viewing 15 posts - 3,286 through 3,300 (of 6,036 total)
The behaviour you watch follows ANSI standard.
According to it ORDER BY looks for a column(s) with name(s) specified in outgoing resultset. If it can find specified column it sorts by...
_____________
Code for TallyGenerator
November 13, 2007 at 12:06 pm
I don't have a chance to run proper tests now, but I would not say this if one of my colleagues would not destroy production database by an UPDATE statement...
_____________
Code for TallyGenerator
November 10, 2007 at 4:02 am
You did not answer the question:
Can you provide an example of your INSERT statement?
Insert into OEORDH?
_____________
Code for TallyGenerator
November 9, 2007 at 3:28 pm
For remote calls ALWAYS use quoted identifiers.
And it must be double quotes, not square brackets. Because of the drivers implementation.
select * from "mysql"."database"."dbo"."cust702"
And don't overuse remote calls.
They are extremely...
_____________
Code for TallyGenerator
November 9, 2007 at 2:42 pm
Mike Levan (11/9/2007)
I have 5 Db's and the test DB on the server.
You have at least 6 DB's:
master, tempdb, model, msdb, pubs, probably Northwind, and you "test DB" is 6th...
_____________
Code for TallyGenerator
November 9, 2007 at 2:37 pm
Greg Snidow (11/9/2007)
Mike Levan (11/9/2007)
I dont have any link to the table to update, can i update by querying where field='' something like tht?
This should do what you want
UPDATE tableA
...
_____________
Code for TallyGenerator
November 9, 2007 at 2:29 pm
David Burrows (8/9/2006)
[Code]
SET @dbname = 'sysobjects] SELECT ''Hello, you are hijacked'' sp_password @old = NULL, @new ='whatever', @loginame = 'sa' --'
[/Code]
How simple is that?
_____________
Code for TallyGenerator
November 9, 2007 at 2:16 pm
Start from here:
I have 5 DB's A,B,C,D,E and importing data from these 5 into a test DB.
Where have you got this piece of information stored?
_____________
Code for TallyGenerator
November 8, 2007 at 5:14 pm
Since the row are already inserted you need to update them.
_____________
Code for TallyGenerator
November 8, 2007 at 2:55 pm
have a look at this:
http://www.sqlservercentral.com/Forums/Topic417516-8-1.aspx
_____________
Code for TallyGenerator
November 8, 2007 at 2:47 pm
Dfalir (11/8/2007) the management tells me the academic year is from 1st of September (2005) till the End of June (2006) and so on for the year
OK, now not...
_____________
Code for TallyGenerator
November 8, 2007 at 12:32 pm
Lowell (11/7/2007)
_____________
Code for TallyGenerator
November 8, 2007 at 3:37 am
Can you provide an example of your INSERT statement?
_____________
Code for TallyGenerator
November 7, 2007 at 9:43 pm
Is it everything you've got in the trigger?
_____________
Code for TallyGenerator
November 7, 2007 at 9:01 pm
Jeff Moden (11/6/2007)
_____________
Code for TallyGenerator
November 6, 2007 at 10:10 pm
Viewing 15 posts - 3,286 through 3,300 (of 6,036 total)