Viewing 15 posts - 346 through 360 (of 860 total)
sbrown (4/3/2009)
Krishna Potlakayala (4/2/2009)
sbrown (4/2/2009)
Not the owner, but I'm an administrator. Do I need to be the owner of the job?Administrator by default is the owner of all jobs.
When...
April 3, 2009 at 6:44 am
webqatesting (4/3/2009)
HiI have an application with SQL Server 2005 as the database.
Recently i'm getting an error " transaction log of the [mydatabase] is full ".
First have you got enough space...
April 3, 2009 at 6:41 am
You cannot shrink the log file size lesser than the initial setting.
SELECT * FROM sys.databases
Look for log_reuse_wait. What does it say?
April 3, 2009 at 6:29 am
Jeffrey Williams (4/2/2009)
Krishna Potlakayala (4/2/2009)
EdVassie (4/2/2009)
April 2, 2009 at 8:26 pm
sbvenkatesh77 (4/2/2009)
In the Application Event Viewer " Hanging Application SQLWB.exe" only alert is there.
I think there could be blocking issues on your server.
Checkpoing is in suspended status in the Master...
April 2, 2009 at 8:24 pm
bladerunner148 (4/2/2009)
Thanks for the info. I thought at some point of time, the sql server express...
April 2, 2009 at 8:06 pm
sbvenkatesh77 (4/2/2009)
We received a request to grant read only access one of the db users. At that time i tried to connec the server, i am able to...
April 2, 2009 at 8:02 pm
sbvenkatesh77 (4/2/2009)
SQL is in hung stage from 1.13 PM
Does that mean you were not able to connect to the SQL server? So, your server doesn't come back online until you...
April 2, 2009 at 7:39 pm
bladerunner148 (4/2/2009)
Yes, I am running sql server express.
There you go !!!
MAximum limit for a database is 4GB , it does not support beyond that. If you want to store...
April 2, 2009 at 7:02 pm
mike brockington (4/2/2009)
Jack Corbett (4/2/2009)
Yeah, but it was published on April 1st and in the April 1st newsletter.
Yeah, but here in the UK, the April 1st newsletter doesn't arrive until...
April 2, 2009 at 6:30 pm
Steve,
Awesome!!!... I was reading in the flow and was really into the article and suddenly it came up as "Ofcourse its a aprils fools joke....."
Well done on this 😉
April 2, 2009 at 6:06 pm
EdVassie (4/2/2009)
April 2, 2009 at 5:58 pm
Hi,
this error message is related to the Full Text catalog, check this KB:
April 2, 2009 at 5:39 pm
Michael Valentine Jones (4/2/2009)
If you are running SQL Server Express, the database size limit is 4 GB.
Oops good point :-D, forgot to ask that.
April 2, 2009 at 5:10 pm
bladerunner148 (4/2/2009)
Sorry GilaMonster
You should be sorry again because its Gail Shaw not Gila :-D, it's her nick name.
I have now changed the autogrowth by 100MB. There is enough size on...
April 2, 2009 at 4:44 pm
Viewing 15 posts - 346 through 360 (of 860 total)