Viewing 15 posts - 16 through 30 (of 39 total)
Roy Ernest (5/27/2009)
May 27, 2009 at 1:30 pm
Well, I guess I was kinda asking how to set a job like that up. Oracle has a sysdate() function that you can use to do date math. ...
May 27, 2009 at 1:14 pm
I had to drop 3 views to get it working:
drop view dbo.AVIView_Sensors
drop view dbo.AVIView_Software
drop view dbo.AVIView_LeafNode
May 26, 2009 at 10:34 am
I have 2 Publications/Subscriptions. Using the GUI, I delete those, then disable the Distribution. I then rebuild the Distribution and the Publications/Replications. One works beautifully, the other...
May 26, 2009 at 9:51 am
Yes, it's the same database. I'm trying to replicate into and another database on the same sever, but only grabbing a few fields from the source. It's posted...
May 26, 2009 at 8:31 am
Thanks for all the help guys. I took some time off this weekend, came back and the log file is now up to 10Gb and the database is up...
May 26, 2009 at 7:45 am
Mayank Khatri (5/21/2009)
[Code]
DBCC...
May 21, 2009 at 1:55 pm
Mayank Khatri (5/21/2009)
Where the Bold one is ur SPID
Transaction information for database 'master'.
Oldest active transaction:
SPID (server process...
May 21, 2009 at 1:39 pm
LOL! Ok, I'll bite. How do I find my spid? I'm from the UNIX world and not all that familiar with Windows.
May 21, 2009 at 1:25 pm
Steve Jones - Editor (5/21/2009)
Run
dbcc...
May 21, 2009 at 12:45 pm
SQLDBA (5/21/2009)
The database file is only 580MB?? I would presume it is...
May 21, 2009 at 12:35 pm
SQLDBA (5/21/2009)
Keep in mind too that these autogrowths are hurting server performance. Auto growth should be a last resort.How large is the database (mdf)?
unrestricted growth is turned on for...
May 21, 2009 at 12:20 pm
Yes, it is. It is a high transactional server. Now up to 3.5Gb
May 21, 2009 at 12:03 pm
I've gone into options and changed it to Simple. I have been running dbcc shrinkfile, truncateonly pretty much back to back since my last post. Windows Explorer is...
May 21, 2009 at 11:56 am
Viewing 15 posts - 16 through 30 (of 39 total)