Viewing 15 posts - 61 through 75 (of 140 total)
As tables contain data in a random order (as we are always told) wouldn't ROW_NUMBER return random values anyway!
October 23, 2007 at 1:46 am
I use a staging table to hold the filename and modified date which is populated via a stored procedure. I then use a Query to order the filenames to feed another...
August 29, 2007 at 2:00 am
How are you downloading the file from the ftp server?
July 20, 2007 at 5:56 am
Something along these lines?
http://www.databasejournal.com/features/mssql/article.php/1459691
July 20, 2007 at 3:53 am
If you bracket "everything" does it work?
= IIF(((Fields!Hazard.Value >=19 AND Fields!Hazard.Value <=76)
AND
(Fields!Complience.Value <=11)),"Excellent", "OOH OOH")
July 17, 2007 at 1:43 am
Isn't that the basic understanding: If you can't trust your DBA with your data who can you trust?
June 22, 2007 at 4:45 am
Our car is a 1.9TDi that gets approx. 38mpg commuting to and from work (urban). On the motorways we can easily top 60mpg. The fuel is dearer over here so it...
May 30, 2007 at 7:57 am
Don't forget about the security issues as well
May 24, 2007 at 2:32 am
But this works.
USE
AdventureWorks;
;
DECLARE
@MyMsg VARCHAR(50)
SELECT
@MyMsg =
May 24, 2007 at 1:54 am
The master database can only be backed up using a complete backup and as such is usually in SIMPLE mode. As the msdb is in SIMPLE mode no logs are...
May 16, 2007 at 2:35 am
According to the link for Adaptec's site read performance is the same but write performance suffers.
Features | RAID 0 | RAID 1 |
April 26, 2007 at 1:58 am
Hate to think how much coffee and hair pulling it took to weed this out
April 26, 2007 at 1:42 am
Just register a new server and connect to the MSDE on server1
April 24, 2007 at 3:43 am
Viewing 15 posts - 61 through 75 (of 140 total)