Viewing 15 posts - 136 through 150 (of 1,137 total)
Sometimes memory issues are not down to available physical memory but virtual, you have a lot of memory and you are already using the -g switch, i would be tempted...
October 28, 2009 at 9:32 am
I am not entirely sure if you can do transformations but you can write custom procedures to handle the pre and post changes to the subscriber
remembering from memory, in sql...
October 28, 2009 at 9:28 am
nazaninahmady_sh (10/28/2009)
i want to have store procedure that do this:
ALTER PROCEDURE [dbo].[DownloadCount_SP]
@FileCodesql int
AS BEGIN
update [File]
set DownloadCount=DownloadCount+1
Where FileCode = @FileCodesql
END
and this store proceduure...
October 28, 2009 at 9:21 am
I am not the first and probably wont be the last to say this.
Memorising so-called interview questions is not a good idea, could you actually explain how you came to...
October 28, 2009 at 7:11 am
There is a lot of information on triggers in Books Online, it is too big a subject to discuss it individually to a detailed level.
October 28, 2009 at 6:57 am
Does the value still need to be a datetime, if not then the following should help
select CONVERT(varchar(16), getdate(),120)
October 28, 2009 at 6:54 am
I thought you didnt want seconds or miliseconds :ermm:
October 28, 2009 at 6:47 am
Lian Pretorius (10/28/2009)
This isn't 100% what I was looking for, but is definately a step in the right direction, I'll play around with the counters & see...
October 28, 2009 at 2:20 am
j.a.c (10/27/2009)
I just have to ask this...Would you be concerned if you noticed that some local resident had pointed a security camera right at your child's daycare center building?
I...
October 28, 2009 at 2:17 am
Steve Jones - Editor (10/27/2009)
October 27, 2009 at 8:16 am
Steve Jones - Editor (10/26/2009)
Good points and I do think we need to remember it's the Summit. In the past, PASS (the organization) has not offered much more than the...
October 27, 2009 at 6:33 am
sahoong (10/27/2009)
I ran a restore database statement and it completed without any error but ever since the database is not accessible and it just display a message that the...
October 27, 2009 at 4:45 am
I differ in my opinion to the precious post, BI is more widely used, than a straight DBA role, on a ratio of roughly 10:1 in favour of BI in...
October 27, 2009 at 3:19 am
Steve Jones - Editor (10/26/2009)
October 27, 2009 at 3:09 am
You would make a good primary school teacher :-D, nice reply btw
October 27, 2009 at 2:48 am
Viewing 15 posts - 136 through 150 (of 1,137 total)