Viewing 15 posts - 511 through 525 (of 972 total)
Well I apparently missed typed, I get the same columns.
I already closed my session so I'm not to sure what I typed to get something that looked different 😀
October 12, 2010 at 10:42 am
By the column names you provided I'm guessing you are working from SQL Server 2000 (not SQL 2005, which is the forum you posted in). I received different column names...
October 12, 2010 at 8:06 am
Jeffrey Williams-493691 (10/7/2010)
1) Alter Database {db} Modify File (Name = logical_name, filename = 'new pathame');
2) Alter Database {db} Set Offline With rollback immediate;
3) Copy files to...
October 8, 2010 at 8:55 am
sp_dettach and sp_attach are the favorites of most people that don't like to use the GUI.
Sorry that would be sp_detach_db and sp_attach_db
October 7, 2010 at 3:37 pm
Try the application event log.
October 6, 2010 at 3:15 pm
The "timout expired" might be a problem with SSMS. If you are doing it from your machine (not on the physical server) you can adjust the timeout to a longer...
October 6, 2010 at 3:09 pm
Is anyone else using the database (the "live" one)?
October 6, 2010 at 3:02 pm
Marios Philippopoulos (10/6/2010)Is it me or are there too many SQL 2008 versions being released?
They were 4 months shy of 2 year gap between release dates:
SQL Server 2008 -- August...
October 6, 2010 at 2:54 pm
Marios Philippopoulos (10/6/2010)
SQL 2008 R2 is probably on a different version stream,...
October 6, 2010 at 2:52 pm
Craig Farrell (10/6/2010)Recent posts (Since my last visit). Keeps you on the ball.
Ah..took me a minute to find where that was 😀
October 6, 2010 at 2:34 pm
Just curious but how much memory do you have on the server? Is the server do something else other than SQL Server?
October 6, 2010 at 2:30 pm
GilaMonster (10/6/2010)
Tom.Thomson (10/6/2010)
Brandie Tarvin (10/6/2010)
GilaMonster (10/6/2010)
Does anyone think my response here was over-the-top? http://www.sqlservercentral.com/Forums/FindPost999124.aspxNo. I find it professional and well-reasoned. It is the correct and necessary response to the question.
I...
October 6, 2010 at 2:28 pm
If you give us the error you get would helpf us help you 😀
October 6, 2010 at 2:26 pm
mnDBA (10/5/2010)So, I created a new SSAS databases, and ran a profiler trace of me deleting it by right clicking on the DB and choosing delete. I then filtered...
October 5, 2010 at 4:09 pm
Derrick Smith (10/5/2010)
Yay Google!
I used BING baby 😛
October 5, 2010 at 2:08 pm
Viewing 15 posts - 511 through 525 (of 972 total)