Viewing 15 posts - 136 through 150 (of 361 total)
so why can't you then append the file bcp outputs to the existing file...?
November 21, 2008 at 2:44 am
Well, we do similar to abi... trouble is when its 10 100GB files it still hurts! We are testing Qpress to compress them - pretty impressive speed on that!
The...
November 7, 2008 at 4:52 am
Hi
Resolved:
Anyone that was interested...
The smaller table had 1 extra record. The distribution of this was effectively the first 9 records where the status codes we were looking for in...
July 31, 2008 at 5:04 am
Thanks - looks promising.
Cheers
Rich
June 16, 2008 at 4:14 am
Hi thanks for the reply... but could you expand on that?
June 13, 2008 at 11:18 am
Not sure what a lakh is, but certainly back on 2000 if you joined to a linked server it had a habit of bringing the whole table back and doing...
June 3, 2008 at 3:47 am
Kyle Neier (6/2/2008)
Not particularly with functions, but I've had weird stuff like this pop up...
June 2, 2008 at 11:02 am
Sure, thanks for the interest:
create function Report_HourlyTrace( @from datetime, @to datetime)
returns table
as
return
(
select *
from dbaf.dbo.Main_PerformanceTraceResultTableHourly p
where qtime between @from and @to
and sp_name in
(
select
top 10 percent
sp_name
from dbaf.dbo.Main_PerformanceTraceResultTableHourly p2
where p2.qtime...
June 2, 2008 at 10:42 am
Ah well, I thought that as Steve Jones has only been 'working with SQL Server through all versions up to 2000. ' I assumed that meant the site was...
June 2, 2008 at 10:27 am
with/without db and schema prefixes both on create and call makes no change - still has the incorrect syntax error.
June 2, 2008 at 10:19 am
Cade Roux (5/19/2008)
I've learned that when business people tell me that getting to market is more important than running their business well, I'm only there to postpone the...
May 20, 2008 at 4:25 am
Do you not just mark them for recompile?
April 30, 2008 at 4:24 am
Only if they were activeactiveactive, and as they can't share data disks you still need to figure out how to maintain data integrity across them.
March 19, 2008 at 2:58 am
Viewing 15 posts - 136 through 150 (of 361 total)