Viewing 15 posts - 16 through 30 (of 33 total)
There is one main thing that i did not mention in my original post. I don't want to hard-code this auditing. That is why I am using the Informational_Schema view...
February 24, 2004 at 7:47 am
How can I implement your first option?
February 23, 2004 at 3:56 pm
The recovery mode is full recovery. Should it be changed Bulk Logged?
January 30, 2004 at 2:28 pm
I have done a lot of upgrade and I will tell you this common fact. Migrate you tables first and this is fairly easy by using SQL DTS or Access...
January 15, 2004 at 8:47 am
In both cases, the DB will not be available to users request. As far as results go, it is unclear what you mean by result. From what i know, when...
January 14, 2004 at 8:04 am
I guess my next question is, can you setup a profiler template and execute it from a Stored Proc on demand (as needed only) rather than scheduling it to run for...
January 12, 2004 at 2:20 pm
I will experiment with that, but is there any other way to do this without Profiler say by writing a procedure? or Function? Thanks
January 12, 2004 at 2:12 pm
I am running the code in QA currently but if it works i will place it in an SP.
January 7, 2004 at 9:15 am
Yes I have MSDTC running and after reading the article in the link I am issusing a dbcc command not a DML statement against the Linked Server. Look at sample...
January 7, 2004 at 8:46 am
We are about to start an Enterprise System implementation and i will be using this variable all over the palce so i wanted to make sure that in the future...
January 6, 2004 at 10:59 am
You are a life saver. Thank you very much.
December 23, 2003 at 7:25 am
I have also used a custom t-sql stored procedure which uses the xp_cmdshell procedure to ftp files on to a remote site before and it works find. i scheduled it...
November 14, 2003 at 7:00 am
First, check to see (in the original Application .MDB) if the Form DataSource is bound to a Table directly or a Query. If it is bound to a Query, then...
November 3, 2003 at 7:17 am
If you really want to lunch Access from T-SQL using the xp_cmdshell. The you have to lunch the Access Runtime app, pass the access full name and the macro name...
October 30, 2003 at 7:29 am
Viewing 15 posts - 16 through 30 (of 33 total)