Viewing 15 posts - 6,091 through 6,105 (of 26,490 total)
One more thing that may help, a separate SPAM ALERT button. It sends a report regarding the post, and sets an Invisible flag so that the post is kept...
August 11, 2014 at 7:12 am
mayankminawat (8/10/2014)
August 10, 2014 at 8:47 am
Eirikur Eiriksson (8/10/2014)
LutzM (8/10/2014)
CREATE FUNCTION dbo.FN_COUNT_ROWS2
(
@TABLE_NAME NVARCHAR(128)
)
RETURNS TABLE
AS
RETURN
SELECT SUM(rows) AS ROW_COUNT FROM...
August 10, 2014 at 6:49 am
New_2SQL (8/10/2014)
On my laptop the old source code took 546ms whereas your new source code took 124ms only. Very good improvement.
Can you also explain to me if it's...
August 10, 2014 at 6:43 am
Not enough info to really help. Unfortunately we can't see what you see. May help if you post the procedure that is being run for this report.
August 9, 2014 at 5:46 pm
jasona.work (8/7/2014)
August 9, 2014 at 5:10 pm
Duplicate post, please post answers here.
August 9, 2014 at 4:52 pm
Initial response, not possible.
Follow up question, however, what do you mean by a backup of the index?
August 9, 2014 at 4:50 pm
Jeff Moden (8/9/2014)
GilaMonster (8/9/2014)
sqlfriends (8/8/2014)
August 9, 2014 at 4:16 pm
Here is my rewrite. For a quick test and comparison create two empty sandbox databases. Then in one sand box run your code and in the other run...
August 9, 2014 at 3:30 pm
As this is your thread, I'd just post it here.
August 9, 2014 at 6:35 am
Based on what you posted, give this a shot:
/*
TableA:
id | Descr |name
1 |ab |h
2 |bc |K
3 |de |m
5 | |mn
6 |jk |hb
TableB:
id | Name | Descr
1 |h |
2 |k |
4...
August 9, 2014 at 5:57 am
pietlinden (8/9/2014)
Jason Selburg wrote something that does that:http://db-pub.com/news-10013929/data-driven-subscriptions-in-sql-rs-standard.html
Let's make this easier for others:
http://db-pub.com/news-10013929/data-driven-subscriptions-in-sql-rs-standard.html
August 9, 2014 at 5:36 am
SQLSeTTeR (8/9/2014)
My apologies.It's a DOB field being stored as a string. No application is pointing to this data.
Any help is much appreciated.
First, do not store dates as strings....
August 9, 2014 at 5:33 am
SQLSeTTeR (8/8/2014)
DOB
It is was obvious that one of the data elements is DOB but that didn't answer the question.
August 8, 2014 at 3:15 pm
Viewing 15 posts - 6,091 through 6,105 (of 26,490 total)