Viewing 15 posts - 3,406 through 3,420 (of 6,679 total)
drawlings (2/2/2011)
>1- Share load of one single large DB with high transaction rate on multiple servers?Oracle RAC
Or - Intersystems Cache on a VMS cluster. 🙂
>2- Share multiple related DBs load...
February 2, 2011 at 2:23 pm
NJ-DBA (2/2/2011)
February 2, 2011 at 2:20 pm
atsql (2/2/2011)
DB should get free space of 35 GB. Current DB size is ~80 GB. Free disk space is 129...
February 2, 2011 at 2:07 pm
NJ-DBA (2/2/2011)
The app folks changed the SQL Service account, but did so using "services.msc" not SQL configuration manager. I believe that...
February 2, 2011 at 1:59 pm
The retention period is not used for file based backups. It was originally included to allow backups on devices (e.g. tape, optical, etc...) to be marked when the device...
February 1, 2011 at 3:07 pm
Steve Jones - SSC Editor (2/1/2011)
February 1, 2011 at 3:02 pm
It looks to me like you are trying to round down to the hour for your date column. This is assuming that your column ctDate is a datetime column...
February 1, 2011 at 2:43 pm
Just a guess, but I am thinking that you don't have instant initialization enabled and that is causing the time delay. Without that, SQL Server has to zero initialize...
January 31, 2011 at 2:34 pm
Here is another way to structure the query using a common table expression:
;With OrderSet (DrugID, OrderSetID, OrderID)
As (
Select DrugID
...
January 29, 2011 at 9:28 am
I would recommend talking to your MS rep about this to make sure, but I think your passive node would not have to be licensed.
With that said, I probably would...
January 26, 2011 at 3:47 pm
As everyone else has already stated - you shouldn't be shrinking the data file.
With that said, to answer your question - DBCC SHRINKFILE is working as expected. When you...
January 26, 2011 at 3:43 pm
I don't have the link handy, but Brian Kelley has an article on this site about setting up and configuring Kerberos.
As to which SPN's you need to set up -...
January 26, 2011 at 3:35 pm
bhargavgampala (1/26/2011)
After checking disk usage report, we think that growing respectively 200 Mb for DATA file and 60 MB for LOG .
so...
January 26, 2011 at 3:23 pm
I am glad you were able to solve the issue - and interesting that being in the administrators group changes the owner.
I would recommend that you change the owner of...
January 24, 2011 at 8:06 pm
That sounds like a permissions issue to me - which would explain why files from the other node cannot be deleted.
A couple of things to check:
1) Are you backing up...
January 24, 2011 at 3:34 pm
Viewing 15 posts - 3,406 through 3,420 (of 6,679 total)