Viewing 15 posts - 136 through 150 (of 200 total)
i get this error when i create new database
Msg 3609, Level 16, State 2, Line 1
The transaction ended in the trigger. The batch has been aborted.
December 23, 2008 at 12:28 am
Thanks guys.
i tried to find another way to resolve this issue without SQL Agent Job.
not that i have anything with SQL Server Agent jobs but it did try to find...
December 21, 2008 at 12:52 pm
this is exactly one of my problem that i want to resolve by backing up newly created database on creation.
December 21, 2008 at 11:37 am
THX.
this was my thought too,but i was try to avoid the sql agent job for the check and backup.
i'll give it a try anyway.
December 21, 2008 at 7:18 am
I'm talking about backing it up once on creation automatically.
THX
December 21, 2008 at 5:44 am
yes i know.
but still what are my options of automatically backup new created database.(can't do it on the ERP that create the database)?
THX
December 21, 2008 at 5:32 am
I'm responsible for lots of SQL Server that have an ERP Program and this ERP program every few days creating new DB (companies) in the SQL.
i don't want to go...
December 21, 2008 at 5:05 am
no it's only from server 0 to server 1.(server 0 is the monitor server too).
December 17, 2008 at 2:34 pm
Hi,
i use the latest script post and i get this error message
Insert Error: Column name or number of supplied values does not match table definition.
all my servers are Collation Binary...
December 15, 2008 at 11:37 am
Thanks for your replays.
i'll try to talk with the ERP developer.
November 28, 2008 at 1:24 am
in continuing to our discussion , i've a query that run for 34SEC.
if i remove the exec sp_executesql and fill all the parameters like in the query it run in...
November 26, 2008 at 12:41 pm
thanks for your replays.
i can't touch the query because it come directly from the ERP(Priority).
can i do something else (beside DTA)to check this query to get better performance?
THX
November 23, 2008 at 9:53 am
I've a performance issue with some of the queries so i want to run them in the DTA,but the DTA can't run the query like that.
can i capture the query...
November 19, 2008 at 12:12 pm
Hi,
every thing that you need to know is writing in the script details.
but for you i'll write it again.
this stored procedure move the LDF or MDF files to a new...
October 30, 2008 at 11:34 pm
Viewing 15 posts - 136 through 150 (of 200 total)