Viewing 15 posts - 1 through 15 (of 16 total)
Hi guys,
Could somebody help me? This is a bit urgent
Best regards
July 8, 2013 at 7:13 am
Yes, you are right about dynamic queries into functions. When I wrote about "the other functions work as well" I said the other functions are inserting information into a...
July 2, 2013 at 4:02 pm
Sean Lange (7/2/2013)
ulisseslourenco (7/2/2013)
I have a question: Is allowed use exec statement into a function? I ask that because I have to return a...
July 2, 2013 at 2:55 pm
Thanks for respond me.
I have a question: Is allowed use exec statement into a function? I ask that because I have to return a select into a...
July 2, 2013 at 1:35 pm
I looked for an option -r newline character in bcp command, but it is applying in whole lines. In my case except footer can have that character.
May 14, 2013 at 12:36 pm
GilaMonster (4/13/2013)
If you're having problems with...
April 13, 2013 at 5:10 am
Jeff Moden (4/12/2013)
If you're really trying to prevent blocking, then try the READPAST hint instead of the troublesome NOLOCK hint.
Hi
I read about readpast command and it isn't good as nolock....
April 12, 2013 at 10:34 pm
SQLDCH (4/12/2013)
CREATE TABLE [dbo].[LastSelectCheck](
...
April 12, 2013 at 4:13 pm
GilaMonster (4/12/2013)
April 12, 2013 at 3:40 pm
John Mitchell-245523 (12/14/2011)
December 16, 2011 at 12:56 am
opc.three (11/4/2011)
ulisseslourenco (11/1/2011)
There is an application in my company which imports files inside several tables on database. However when there are simultaneous files, a lot of them import registers...
November 16, 2011 at 8:15 am
Lowell (8/9/2011)
ulisseslourenco (8/9/2011)
GSquared (8/9/2011)
You can use DDL triggers to fire on creation of a procedure. They can check values in tables. Will that do what you need?
In fact...
August 9, 2011 at 2:35 pm
GSquared (8/9/2011)
You can use DDL triggers to fire on creation of a procedure. They can check values in tables. Will that do what you need?
In fact I would...
August 9, 2011 at 12:17 pm
GilaMonster (5/1/2011)
ulisseslourenco (5/1/2011)
May 1, 2011 at 8:40 am
GilaMonster (5/1/2011)
ulisseslourenco (4/30/2011)
In fact if I move a big table to other filegroup I will gain some performance howerver separating each table I will gain some performance? and same disk?
Unless...
May 1, 2011 at 8:00 am
Viewing 15 posts - 1 through 15 (of 16 total)