Viewing 15 posts - 1,126 through 1,140 (of 1,539 total)
here is the logic
1.Begin a transaction
2. insert into category table
3. get max identity from this table
4. insert this max identity into article table
5. commit transaction
Create table test1(col1 int)
create table test2
(col1...
June 16, 2009 at 3:06 am
On the same example i posted in previus post i get similar results(same blocking transactions) from all three queries.
1. your initial query.
2. my query
3. your new query.
June 16, 2009 at 2:54 am
1. check if the table gg exists
2. check the owner name, you might need to write like this
owner.gg
June 16, 2009 at 2:31 am
this link will guide you log shipping setup via wizard.
http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1309728_mem1,00.html
Also go through BOL.
June 16, 2009 at 12:50 am
pankaj.srivastav (6/15/2009)
Please help me to write a query of students exams result.
I want place a * with students got >=40 and =60 and =75 percent marks.
Example
Student Name ...
June 15, 2009 at 11:56 pm
priya.preejaa (6/15/2009)
So for a single insert button i wanna to store the data in three diff tables using...
June 15, 2009 at 11:28 pm
venu_ksheerasagaram (6/15/2009)
June 15, 2009 at 11:16 pm
y_winny (6/15/2009)
June 15, 2009 at 11:08 pm
y_winny (6/15/2009)
Can someone please explain what is multiple sql server instances? How can that be used in a single database?
One database can be attached to only one instance.
To give an...
June 15, 2009 at 10:49 pm
venu_ksheerasagaram (6/15/2009)
1)Here is a confusing problem with me.Let me know or provide me any links that give information about how to setup Transaction Log...
June 15, 2009 at 10:21 pm
I did simulate the problem.
In window1 i wrote a query like this.
begin tran
insert into test1 values(1)
-- do not commit it
in window2, i login from a different userid and tried to...
June 15, 2009 at 10:12 pm
Can someone pls look into this..
http://www.sqlservercentral.com/Forums/Topic734044-146-1.aspx
June 15, 2009 at 1:55 pm
try changing date format under regional settings in control panel on the server to dd/mm/yyyy and see if it works. probably u might hv to restart the sql server.
June 15, 2009 at 1:51 pm
Antero Ruiz (6/15/2009)
June 15, 2009 at 1:37 pm
kindly put ur replies at http://www.sqlservercentral.com/Forums/Topic734728-169-1.aspx#bm734779
June 15, 2009 at 1:17 pm
Viewing 15 posts - 1,126 through 1,140 (of 1,539 total)