Viewing 15 posts - 19,771 through 19,785 (of 26,490 total)
Well, I have been enjoying my time off work, but I haven't been doing much soccer officiating so far. Tournament started on Monday and today was the first time...
July 16, 2009 at 9:34 pm
Lynn Pettis (7/16/2009)
July 16, 2009 at 4:59 pm
Could be me, but why do I get the feeling that it isn't the transaction log that was growing, but the backup file. Could it be that the daily...
July 16, 2009 at 8:29 am
skailey (7/14/2009)
July 15, 2009 at 8:26 am
While you are figuring out how to post the execution plans, please post the DDL for the table(s) and your code. That will give us something to start with...
July 15, 2009 at 8:12 am
David Betteridge (7/14/2009)
Would it be possible for you to post the queries and the execution plans?
I would have to agree with this. It is hard to diagnosis problems without...
July 14, 2009 at 7:32 pm
It would help if you'd provide the DDL for your table, sample data in a readily consummable format (that can be cut/paste/run in SSMS to load the table created by...
July 14, 2009 at 1:24 pm
GSquared (7/14/2009)
RBarryYoung (7/14/2009)
GSquared (7/14/2009)
Gaby Abed (7/14/2009)
GSquared (7/14/2009)
I must be missing something. You have my screen name on the part that I wrote. Or are you asking if I'm...
July 14, 2009 at 1:08 pm
vgrimes (7/14/2009)
Grr... here's another one that came out of the daily email:http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1361077,00.html
I have run into these myself at times. Not really a sqlservercentral.com problem. Other sites may require...
July 14, 2009 at 11:24 am
What would help is if you could post the DDL for the tables, some sample data for the tables in a readily consummable format (can be cut/paste/run in SSMS to...
July 14, 2009 at 11:20 am
Nope. From the original post:
Does any one know how of any function to remove the any characer in the middle of a string?
The other post I referenced reinforces...
July 14, 2009 at 11:05 am
JLSSCH (7/14/2009)
July 14, 2009 at 10:01 am
Fatal Exception Error (7/14/2009)
select
column1
,column2
,column3
,TollFree# =CASE
WHEN LEFT(a.phone_txt,3) IN ('800','866','877','888') THEN A.phone_txt
WHEN EXISTS...
July 14, 2009 at 9:10 am
In an active/active cluster each instance is only active on one node. For instance, you have InstanceA and InstanceB, with InstanceA running on Node1 and InstanceB running on Node2....
July 13, 2009 at 9:02 am
Here is some code with the DDL for the table used. I'll let you populate the table with test data, mine has approximately 20,000,000 rows of data. You...
July 13, 2009 at 3:03 am
Viewing 15 posts - 19,771 through 19,785 (of 26,490 total)