Viewing 15 posts - 1,291 through 1,305 (of 2,647 total)
Because you are wanting to capture this after a statement, you may want to use scope_identity() instead of @@identity.
Not entirely sure, but that could be 1 problem in your logging.
March 28, 2012 at 11:26 am
Rows do not just "disappear," they have to be deleted. OR they are inserted in a transaction and not committed. Can you please post the script you are using...
March 28, 2012 at 10:58 am
My first concern is why you cannot determine a primary key based on your knowledge of the table and its use. It should have some sort of meaning to the...
March 28, 2012 at 10:54 am
S_Kumar_S (3/28/2012)
It was really surprising to know that cast is internally implemeted as Convert!!!!
I would say knowing that performance is the same, it should have been assumed. If they operated...
March 28, 2012 at 9:03 am
Charmer (3/28/2012)
SQLKnowItAll (3/28/2012)
March 28, 2012 at 8:42 am
You may not want to hear this... but I suggest hiring a consultant who can sit down and understand the business requirements and design this properly. We won't be able...
March 28, 2012 at 8:19 am
Can you be more clear as to how these were installed; i.e. if you install BIDS from the original SQL Server licensed install, it is not trial.
1. Is this a...
March 28, 2012 at 8:09 am
S_Kumar_S (3/28/2012)
March 28, 2012 at 8:05 am
Lowell (3/28/2012)
the typical chars you are looking for are highascii between 160 and 255;
here i'm just using a row_number() function generate a table of numbers...
March 28, 2012 at 7:26 am
Glad to hear! Thanks for the update!
March 28, 2012 at 7:19 am
S_Kumar_S (3/28/2012)
Can you pls guide to some link that shows this difference. Most of the places I know just say that the performance is similar. e.g this one:
http://www.informit.com/articles/article.aspx?p=31283&seqNum=4
SQLKnowItAll (3/27/2012)
S_Kumar_S (3/27/2012)
March 28, 2012 at 6:18 am
GilaMonster (3/27/2012)
SQLKnowItAll (3/27/2012)
GilaMonster (3/27/2012)
SQLKnowItAll (3/27/2012)
Also, the (+) is something I have never seen.
Same as SQL's old join syntax. Table1.Column1 *= Table2.Column2. Oracle syntax is Table1.Column1 (+)= Table2.Column2
sysdate is the Oracle...
March 27, 2012 at 4:25 pm
GilaMonster (3/27/2012)
SQLKnowItAll (3/27/2012)
Also, the (+) is something I have never seen.
Same as SQL's old join syntax. Table1.Column1 *= Table2.Column2. Oracle syntax is Table1.Column1 (+)= Table2.Column2
sysdate is the Oracle function to...
March 27, 2012 at 3:23 pm
jothibhatt_s (3/27/2012)
I require help solution to handle it at database level thats the reason i have posted it
Handle what? You want that data in a table? We need a lot...
March 27, 2012 at 3:01 pm
Not sure what isn't working, since you did not tell us. However, after a quick look I think sysdate may be referring to some PERL function? SQL uses...
March 27, 2012 at 2:59 pm
Viewing 15 posts - 1,291 through 1,305 (of 2,647 total)