Viewing 15 posts - 3,406 through 3,420 (of 5,103 total)
besides Remi's suggestions wich you must implement I would advice you not to write select * from vwBig... just request the fields that are going to be used and not...
July 5, 2005 at 10:02 am
if this is only happening when reading then you should look at the App code. if it happens after an insert on the DB you may try to look at...
July 5, 2005 at 9:44 am
well you may get some recompilations of the sp until the cache "warms-up" but that should be all you should look for long running queries I suspect Index maintenance problems...
July 5, 2005 at 9:39 am
Not really I have seen the hot spare not to kick in and lost of two other drives so I've been there maybe I am also in that lucky group....
July 5, 2005 at 9:35 am
I hope this is a backfill of some column, because the right thing will be to populate the type at insert time and not to query the image column
July 5, 2005 at 9:18 am
And even with all the "if" statements if one of the linked servers to which the queries are referencing does not exists you won't be able to compile the above code!...
July 5, 2005 at 9:15 am
I have used it only on very limited occations that I have come across a design which is ussually not mine ![]()
July 5, 2005 at 9:10 am
Yes, it can be adjusted for Jet, which is really uglier (is there such a word
)
UPDATE Contacts inner join Project on Project.fkContactID = Contacts.pkContactID...
July 5, 2005 at 9:08 am
usually Substring is the recommended function for this ![]()
select Substring(MetaInfo, 1, 8) as FileType from dbo.Test
hth
July 5, 2005 at 9:00 am
master sysobjects contains the objects of ... well master
local db sysobjects contains the objects of ... well local db sysobjects
One sysobject per database
July 1, 2005 at 12:54 pm
Do you at least have access to bcp or DTS ?
July 1, 2005 at 12:14 pm
John,
Just ignore the previous post because it is only criticizing and not helping you ( as usual
)
Can you post what are the definitions...
July 1, 2005 at 12:09 pm
How about Printing that to a PDF Writer (printer) ?
Just my $0.02
July 1, 2005 at 12:04 pm
Count me in! I don't approve those manners and I couldn't care less who you are we are all learning every day (even him!, well, that,I hope
July 1, 2005 at 11:58 am
Viewing 15 posts - 3,406 through 3,420 (of 5,103 total)