Viewing 15 posts - 1,636 through 1,650 (of 5,504 total)
Is this thread anyhow connected to your previous thread?
If so, why do you post in a SQL2000 forum as well as in a SQ2005 forum? What version do you use?
Would...
April 26, 2011 at 4:00 pm
Please add the index definition for each table as well as the actual execution plan (as sqlplan file) of the sproc for each of the two conditions.
April 26, 2011 at 3:46 pm
GilaMonster (4/26/2011)
I dabble in a lot of stuff, some works out well, some doesn't. It's been several years since I last wrote fiction of any form. Kinda...
April 26, 2011 at 3:24 pm
bitbucket-25253 (4/26/2011)
GilaMonster (4/26/2011)
I don't do epic verse.Though... (read attached at your own risk, very amateur attempt)
I take exception to the words "very amateur". Read both and thoroughly enjoyed both....
April 26, 2011 at 3:09 pm
@rich-2: agreed.
Actually, I missed one point on my list for not storing the files in a DB: if there are user with access to the file system but no login...
April 26, 2011 at 1:39 pm
GilaMonster (4/25/2011)
SQLRNNR (4/25/2011)
Any word on when the Email delay will be fixed?
According to a recent tweet, 'before tomorrow'. They have 37 minutes and counting before tomorrow. Better get working....
April 25, 2011 at 3:55 pm
SQLRNNR (4/25/2011)
LutzM (4/25/2011)
a) it is possible to re-generate the pdf drawing files based on the original...
April 25, 2011 at 3:41 pm
GilaMonster (4/25/2011)
Brandie Tarvin (4/25/2011)
I noticed the issue last Friday too, but today it's particularly bad. I just received notification for Jeff's last post, which was several hours ago.
Today's good for...
April 25, 2011 at 10:31 am
Also, please make sure you're posting consistent information:
your first post: Windows 2003 R2 (32 bit OS), SQL 2005 ENT
your latest post: SQL (Standard edition- 9.00.3042.00), WINDOW NT 5.2 (3790)
Like I...
April 25, 2011 at 10:03 am
I'd vote not to store it in the DB if the following statements are true:
a) it is possible to re-generate the pdf drawing files based on the original data if...
April 25, 2011 at 7:49 am
It depends. If you always only search for the main site, then you could use
CHARINDEX('/',STUFF(Url,1,7,''))
A return value of Zero would indicate it's a main site, otherwise it would...
April 25, 2011 at 2:24 am
please provide table def and ready to use sample data in the form of INSERT ... SELECT as well as your expected result. Otherwise we just have to guess the...
April 24, 2011 at 8:13 am
Performance tuning is a wide area. There are several books available...
Based on what you've posted so far, it's almost impossible to tell what'S wrong: from hardware issues to bad configured...
April 24, 2011 at 8:09 am
I'm sorry. I didn't point you to the first article referenced in my signature describing how to post ready to use sample data.
Most of us would like to test their...
April 24, 2011 at 8:03 am
Sonds like a similar requirement like you stated before . Why the duplicate thread?
In order to help you any further, please poste table def as well as sample data for...
April 24, 2011 at 3:48 am
Viewing 15 posts - 1,636 through 1,650 (of 5,504 total)