Viewing 15 posts - 16 through 30 (of 48 total)
Well none of the files show the blocked processes. how about giving the output of a sp_who2 when the problem is occurring.
From looking at the other files a couple...
March 3, 2010 at 10:33 am
Write a SSIS package that imports the excel file in daily or hourly. Hopefully the excel file is on a reachable file share.
March 3, 2010 at 10:06 am
Are you sure the instance is running on port 1433? Verify in the sql server logs.
Did you try servername, port# or ip, port# ? ie. apollo1, 1433.
What...
March 3, 2010 at 10:00 am
Looking at a profile trace today, I did notice under Security Audit is an object called Audit Dbcc event .. Make sure you select show all columns and...
March 3, 2010 at 9:31 am
I would just filter by the app account you are wanting to look at, make sure dbname is one of the columns.
Maybe add:
SQl: StmtCompleted and SQL: StmtStarting
SP: StmtCompleted and SQL:...
March 3, 2010 at 9:27 am
Good points and explanation. Thanks for clearing that up for me.
March 2, 2010 at 1:52 pm
GilaMonster (3/2/2010)
mike mcneer (3/2/2010)
Maybe SQL is detecting some type of corruption and is kicking of the dbcc checkdb to verify consistency.
SQL won't run checkDB automatically. It's a very CPU and...
March 2, 2010 at 1:10 pm
Yep Server side trace.. my main concern was the profiler running the C drive out of space. I have not checked lately in the 2008 tools but in the previous...
March 2, 2010 at 1:01 pm
I would setup a profiler trace.. add additional columns such as hostname,ip,login and then the standard stuff and filter the trace to only pickup that domain admin account and if...
March 2, 2010 at 12:35 pm
I have seen on occasion where a third party app does something like access the master DB to pull sysinfo out of system tables and the app account required permissions...
March 2, 2010 at 11:57 am
You cannot lock out a system admin from the other databases. Your better off solving the root problem which is figuring out what access those 2 application accounts really need...
March 2, 2010 at 8:52 am
Ah yes understand what you mean now. sounds like a good solution though some food for thought..
In my example we are using the same table names on...
March 1, 2010 at 3:12 pm
I am thinking you are saying that you are moving tableAto a history table and then replicating both tables to the subscriber? The only problem I forsee with that is...
March 1, 2010 at 8:12 am
Ram,
You are right we are not able to regenerate the snapshot, it would blow away the archived data. I guess your question is have they gotten out of sync? Yes,This...
February 25, 2010 at 8:48 am
Here is how we created a reporting environment , right ,wrong or indifferent 🙂
We had a requirement to keep the production db as small as possible for performance reasons as...
February 24, 2010 at 8:53 am
Viewing 15 posts - 16 through 30 (of 48 total)