Viewing 15 posts - 8,671 through 8,685 (of 19,564 total)
WayneS (9/16/2011)
September 16, 2011 at 9:08 am
Roy Ernest (9/16/2011)
How about an intro to VLFs? VLFs is not something every one knows about. Also how logs are written and read from it?
I think the topic on VLFs...
September 16, 2011 at 9:06 am
The use of windowed functions comes to mind as well (row_number).
September 16, 2011 at 8:08 am
Have you checked for other running jobs at that time?
Is the udf being snapshot replicated to the server you are working from?
September 16, 2011 at 8:06 am
GilaMonster (9/16/2011)
Another request:
I'm bunking tonight and starting the rewrite of my rather old (and second-ever) article Managing Transaction...
September 16, 2011 at 7:52 am
Ray K (9/16/2011)
Daniel Bowlin (9/16/2011)
ZoomSchwartz
(Let's see if anyone picks up on this!)
Careful you idiot! I said across her nose, not up it!
September 16, 2011 at 7:45 am
Cadavre (9/16/2011)
Sudhir Dwivedi (9/16/2011)
huh!!!!...
???:crazy:
Try it like this: -
DECLARE @str VARCHAR(255) ='rajneeh kumar is working in technext'
SET @str = REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(@str, ' a', ' A'),
'...
September 16, 2011 at 7:43 am
HowardW (9/16/2011)
September 16, 2011 at 7:37 am
This is a good topic for the question. I think some tweaks to the question as pointed out by vk-kirov could make it a better question.
September 16, 2011 at 7:33 am
What is the desired output supposed to look like? Please provide a sample.
September 15, 2011 at 11:20 pm
SQLTestUser (9/15/2011)
with
ALTER TABLE X add acolumn smallint NULL Default '0'
but when...
September 15, 2011 at 11:18 pm
Dotted lines add a bit of complexity for certain. If the group at each end of the dotted line understands the objectives and the scope of that dotted line...
September 15, 2011 at 10:54 pm
Sudhir Dwivedi (9/15/2011)
Also, Jason's function needs a review as it's not doing the job (proper case).
Fixed - copy paste mistake.
September 15, 2011 at 10:48 pm
The Pivot should help you with this.
Here is an article with examples:
http://blog.sqlauthority.com/2008/06/07/sql-server-pivot-and-unpivot-table-examples/
September 15, 2011 at 10:14 pm
Viewing 15 posts - 8,671 through 8,685 (of 19,564 total)