Viewing 15 posts - 61 through 75 (of 244 total)
Also what are the implications of multiple versus one instance for load on tempdb?
i have 2 physical disks.
c = raid 1 for OS and log files.
d = raid 5 for...
September 25, 2007 at 4:49 am
Thanks for your help. Hi Jeff yeah been out of the DB world for a while.
There are 4 database which run third party applications. I gather performance and maintenance is going...
September 25, 2007 at 4:43 am
what are the implication with regard to performance?
i have one server to play with. Would it be better to have them as seperate instances. They are not huge.
September 19, 2007 at 7:19 am
logged out of windows the restore takes place on the server.
June 18, 2007 at 7:19 am
but i cant do it for this restore which is already gooing?
June 18, 2007 at 4:47 am
nope just logged of the client terminal. Restore is in progress.
June 18, 2007 at 4:46 am
are you sure there arent any lines of the address that are meant to have spaces in them. So when you spilt the address on space you will cut lines...
May 8, 2007 at 8:00 am
?
what does this data mean?
As sergiy points out short of hard coding the vlaue you want to have a corresponding null there is not way of doing this. Whats special...
May 8, 2007 at 7:57 am
SELECT Year(logWritten) as [Year], MONTH(logWritten) as [Month],Day(logWritten) as [Day of Month],
count(WebLogID) as 'Visits'
FROM Weblog wl
join URLStem us
on wl.urlStemID = us.urlStemID
where StemText LIKE @strSearch
and logWritten BETWEEN @statDate AND @endDate
GROUP BY...
May 8, 2007 at 7:52 am
you should set the fields to null rather than your 'no data' string
April 27, 2007 at 9:27 am
yep doing that in the bcp call wondered if that might be the problem
February 22, 2007 at 9:51 am
thanks. DO you know if there is a limit on the length of the sql statement ececuted?
February 22, 2007 at 8:53 am
In what circmstances will my code not work?
January 13, 2007 at 3:21 am
column names in with clause are case sensitive.
ProjID differs in case from the xml document to the with list.
January 12, 2007 at 8:10 am
Viewing 15 posts - 61 through 75 (of 244 total)