Viewing 15 posts - 6,661 through 6,675 (of 26,490 total)
Here is the code provided by Luis and my shot at it as well:
create table #testdata(
ID int,
Source varchar(10),
RankVal...
April 29, 2014 at 10:27 am
Would be nice if we could hear more from the OP. It seems like he just disappeared.
April 28, 2014 at 7:50 am
Grant Fritchey (4/28/2014)
Lynn Pettis (4/27/2014)
April 28, 2014 at 7:25 am
Eirikur Eiriksson (4/27/2014)
Jeff Moden (4/27/2014)
Eirikur Eiriksson (4/8/2014)
hisakimatama (4/8/2014)
April 27, 2014 at 10:06 pm
Well, I put in for another 6 months out here in Afghanistan. Looks like I'll miss another PASS Conference. I did put in for 2 weeks over Christmas...
April 27, 2014 at 9:53 pm
Could you please explain why you are so adamant about replacing the view in the code of the stored procedure? I really don't see any advantage to doing so...
April 27, 2014 at 6:41 am
Before you start looking at partitioning you may want to look at the code that is forcing the table locks and the current indexing (clustered/nonclustered) on the table.
April 26, 2014 at 7:54 am
karend211 34657 (4/25/2014)
I understand what you are saying about the consistancy issue being possible... but say I had a corrupt master occur...
April 25, 2014 at 11:57 am
MVIT (4/25/2014)
I have windowsTimeZone available for each client , based on this how can I convert the date to either EST/PST/CST etc
I guess we need more information as your...
April 25, 2014 at 11:07 am
It would help if you would post the DDL (CREATE TABLE statement) for the table(s) involved in your query, some sample data for the table(s) (as INSERT INTO statements), expected...
April 25, 2014 at 9:44 am
Do you have access to any backups for the database? You may need to see if you have a good backup prior to the database becoming corrupt.
April 24, 2014 at 9:13 pm
Please do not cross post on multiple forums, it tends to fragment answers.
Please post any responses here.
April 24, 2014 at 9:11 pm
If you look carefully in the code you actually will find the join criteria in the original code.
I have reformatted the code and moved things around a bit:
SELECT DISTINCT custyear
FROM
...
April 24, 2014 at 4:33 pm
DNS Redirection is one way to go.
Users use the PRDB.+ and DNS actually routes it to the correct VM PR01. or PR02, etc.
April 24, 2014 at 10:35 am
GilaMonster (4/24/2014)
Finally making some progress on at article on premature optimisation. Anyone willing to be a proof-reader? Hopefully will be done this week or next.
Pretty sure I can make the...
April 24, 2014 at 10:26 am
Viewing 15 posts - 6,661 through 6,675 (of 26,490 total)