Viewing 15 posts - 32,251 through 32,265 (of 39,748 total)
I'd do Profiler and Permon (System Monitor) to cover the time frame to start.
April 11, 2007 at 12:21 pm
You can get Enterprise Manager from the SQL Server 2000 CD. Install the client tools. There's a 2nd disk in there that contains the Personal Edition, which you get iwth...
April 11, 2007 at 11:45 am
How are you loading the data? Typically I'd insert a row on the start and populate the name, "n", date, 0, getdate(), null.
Then after completion, update the row (based on...
April 11, 2007 at 11:28 am
Hope it helps. Remember to that unless you track it regularly, like every day, you won't know when it changed.
April 10, 2007 at 2:34 pm
It's not a problem, but it is a sign of poor coding. Somewhere there is a commit statement, which ends a transaction, without there being a BEGIN TRANSACTION statement. It...
April 10, 2007 at 2:33 pm
Anytime. Might take time if there are transactions open, but no reason not to do it.
April 10, 2007 at 2:32 pm
Use Excel: http://www.sqlservercentral.com/columnists/sjones/datamigrationquicklyinsertingnewdata.asp
Get a list of tables into Excel.
April 10, 2007 at 10:04 am
Can you run the query from Query Analyzer?
April 10, 2007 at 10:03 am
A couple things, first, why copy the current quarter data? Why not just update the flag?
I'm also confused about new master ids. Do you mean you inserted new rows into...
April 10, 2007 at 10:02 am
It's now the MCTS (Tech Specialist) with one exam and the MCITPro (IT Pro) with a few more. There are a few different SQL Server tracks (Admin, developer, bi developer)...
April 10, 2007 at 9:57 am
I have to admit that I'm a little surprised at the number of builds that have been released. I know there are lots of fixes for different components, but this...
April 10, 2007 at 9:47 am
"But then again that is why it is my former company. "
I've left a couple jobs for that reason as well. I'm a project oriented guy. Give me something to...
April 10, 2007 at 7:36 am
If you really need it, buy a log reader tool for the $300-500 and it can roll back based on the log if you're not in simple mode.
April 10, 2007 at 7:35 am
Viewing 15 posts - 32,251 through 32,265 (of 39,748 total)