Viewing 15 posts - 751 through 765 (of 2,840 total)
You all have a wicked sense of humor... 😀
November 23, 2010 at 1:16 pm
Looks like you are using SQL Server express in web server. That is why you are not able to see the SQL Server Agent service.
What you could try is...
November 23, 2010 at 1:04 pm
It would be best to use power shell instead of using T-SQL to write to OS files. Phil factor has some articles that help you with doing it in T-SQL.
November 23, 2010 at 12:51 pm
Anybody having problems posting here? One guy complained about it in Twitter.
November 23, 2010 at 12:36 pm
The next big release of Sql Server is Denali. The CTP version is out. You can search for SQL Server Denali and you will get more details regarding it.
November 22, 2010 at 11:25 am
Get well Jack. November is just not your month I guess. First your son broke his hand now you are having high cholesterol.
November 22, 2010 at 10:54 am
Do you have any filters set for your replication?
It could be problem with the log reader. I have heard people saying that a reboot will solve this. Usually it is...
November 22, 2010 at 8:18 am
Steve is not in town.. he is at the airport. And it is Friday... 🙂 Let the party begin.. 🙂
November 19, 2010 at 8:01 am
Alvin Ramard (11/19/2010)
Stefan Krzywicki (11/19/2010)
GilaMonster (11/19/2010)
Brandie Tarvin (11/19/2010)
And here's a big ol' U.S. standard baseball bat.Jo. Bokken. Katana. Baseball bat.
Decisions, decisions....
I'm an American, so I have no first-hand knowledge...
November 19, 2010 at 7:26 am
Thank You for posting the issue and the way you solved it. It will help others if they encounter this problem.
November 19, 2010 at 6:35 am
The way I see it is like this.
I would not want to have any third party vendors to have any access to my database. Therefore I would write a simple...
November 18, 2010 at 12:01 pm
SQL Server will release memory when some other operation of OS needs it.
But in this case, we are not sure if there is a memory pressure or not. Only...
November 18, 2010 at 11:49 am
murali.Jillellamudi (11/18/2010)
HiThere is no way to claim back the memory , have to restart.
Cheers
Murali
To free up memory you can run
DBCC FREEPROCCACHE will free procedure cache
DBCC FREESYSTEMCACHE will remove...
November 18, 2010 at 11:13 am
As per MS, To reduce the max server memory you may need to restart SQL Server to release the memory.
The only way to release memory is to use DBCC commands....
November 18, 2010 at 8:10 am
Is this a 64 bit or 32 bit? Did you set up maximum memory for SQL Server?
November 18, 2010 at 7:40 am
Viewing 15 posts - 751 through 765 (of 2,840 total)