Viewing 15 posts - 121 through 135 (of 323 total)
nagnrik (11/11/2008)
sp_configure 'min server memory', 1024
RECONFIGURE
GO
sp_configure 'max server memory', 6144
RECONFIGURE
GO
In the preceding example for SQL Server and Windows Server 2003, the memory settings direct the buffer pool to dynamically...
November 11, 2008 at 4:15 am
nagnrik (11/11/2008)
And one more Doubt ..
We have Windows Server 2003 EE 32-bit X-86 and SQL Server 2005 EE and RAM about 8GB....
I am gonna specify like below,
Minimum Memory :...
November 11, 2008 at 3:19 am
bicky1980 (11/10/2008)
November 11, 2008 at 3:00 am
nagnrik (11/11/2008)
I never gotta know that SQL Server can only use 2G of RAM for its Cache Memory.. This is really good.
So, AWE is...
November 11, 2008 at 2:44 am
nagnrik (11/11/2008)
I still have a doubt on my mind!
What exactly this AWE?
Is this additional memory other than RAM and Paging memory?
How SQL Server uses it? How about RAM then...
November 11, 2008 at 1:51 am
sramesh02 (11/11/2008)
may be some problems with sysindex table becuse we ar trying to retrive data...
November 11, 2008 at 1:40 am
arun (11/11/2008)
I have a problem executing a ssis package using the xp_cmdshell command. I built a string with all parameters for ssis and passed the string to the...
November 11, 2008 at 1:31 am
oyen_kai (11/11/2008)
That's exactly what I said I CAN do but am trying to figure out if it's possible to SCRIPT it so that I can just run an update script.
Script...
November 11, 2008 at 1:27 am
there is no CTE command in SQL 2000, it' available in SQL 2005 and above editions.
If you are using SQL 2008, see the link: http://msdn.microsoft.com/en-us/library/bb677173.aspx and your problem was resolved.
😎
November 11, 2008 at 12:31 am
* use DBCC SHRINKFILE for more info see SQL BOL
* set the log file growth to restricted mode.
November 11, 2008 at 12:28 am
use SSIS to transfer the data.
Below Links may help to solve the problem:
November 11, 2008 at 12:20 am
nagnrik (11/10/2008)
as well as
Minimum Memory per Query is also found Default (1024KB)
and more over
How about AWE? How...
November 11, 2008 at 12:15 am
make a connection to database in your visual studio database project and do what ever modifications you do and then deploy to database.
November 11, 2008 at 12:06 am
use "uniqueidentifier" in your table.
November 10, 2008 at 11:56 pm
use Isnull function in Print statement (eg: print isnull (@L, 'Not found') ). Becauase if variable have any null values, print statement won't display it.
November 10, 2008 at 11:42 pm
Viewing 15 posts - 121 through 135 (of 323 total)