Viewing 15 posts - 61 through 75 (of 853 total)
This table contains trigger, that's why I wanted to do it like this in a loop.
July 6, 2012 at 1:59 pm
sorry,this is sql2000
yes,
EXEC MASTER.DBO.XP_SENDMAIL
@RECIPIENTS='',
@Copy_recipients='',
@SUBJECT="'",
@message ="",
@ATTACHMENTS='\\
June 12, 2012 at 12:27 pm
Thank you, I couldn't find information if I need additional lisense for creating another instance on enterprise version
June 6, 2012 at 9:47 am
I have another question, how would I know that I need to add more Ram?
May 2, 2012 at 7:23 am
Thank you everyone, but article recomends 6GB set to 4800, how did you come up with that number 4096 and plus 2 gb.
Thank you
May 2, 2012 at 6:46 am
Thank you very much, I will changed it,what is your recomendations is 1500 enough?
May 1, 2012 at 1:33 pm
PhysicalMemoryGBVasGBBufferPoolCommittedMemoryGB BufferPoolTargetMemoryGB
5.99 8192.00 2.21 ...
May 1, 2012 at 1:14 pm
I have a lot of sp and I want provide access to all sp with execute,is there way to select all of them at the same time or I have...
January 27, 2012 at 7:29 am
I rec reated function under other database without any problems.
Here is what function what is doing:
[dbo].[Case](@string varchar(8000)) returns varchar(8000) as
begin
set @string = lower(@string)
declare @i int
set @i = ascii('a')
while @i <=...
December 20, 2011 at 8:52 am
Oh, this is a new server and we installed standard version and realized that we need now enterprise and wanted to know what is the process, is there upgrade for...
December 16, 2011 at 11:04 am
when istalling sql server2008
If you look under this screen there is only one option to use the same account for all sql Services,but how can I go and create...
December 6, 2011 at 9:58 am
Viewing 15 posts - 61 through 75 (of 853 total)