Viewing 15 posts - 346 through 360 (of 588 total)
If all you want is to order the result set by the price, do that, not use the row_number() function.
June 12, 2007 at 3:16 pm
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=338&messageid=371677
Check that thread out, might give you some ideas.
June 12, 2007 at 2:50 pm
Most systems I have seen that needs images, have used SQL to store the location on the file system where the images are stored, not to store the images themselves.
June 12, 2007 at 2:47 pm
If you look in the SQL Error log there should be some more details. Like the Severity and the State. If you look up 18456 in Books Online it will...
June 12, 2007 at 1:11 pm
Maybe I am missing something... but why even have that order by in there?
June 12, 2007 at 12:23 pm
In most cases yes. There are some issues that I have found with some versions of Access and Excel if they are used to connect to SQL 2005. As always,...
June 12, 2007 at 12:19 pm
So this bugged me, had to be a better way.
exec
master.dbo.xp_msver
Index = 4 is for the platform, in mine says...
June 12, 2007 at 12:15 pm
At least my question got you to look at the right screen! Good information to know for anyone else out there doing an upgrade from 7.0.
June 12, 2007 at 11:57 am
What type of maintenance plan? If you are trying to do transaction log backups only those databases that are in Full Recovery mode will show up.
June 12, 2007 at 7:59 am
June 12, 2007 at 7:56 am
CPU's on that server never registers above 30% unless I intentionally try to stress them
I did a full backup (locally) of the 65...
June 12, 2007 at 7:24 am
The tape backup only happens at aronud 3:30 in the morning after the full backups are done running to local disks. The transaction logs then run to the second computer in...
June 12, 2007 at 6:43 am
Gigabit on each server, each log backup (except the first one of the day after batch) had a max size of 35 MB and took around 4 seconds to run.
It...
June 12, 2007 at 5:26 am
Could allways parse out the @@version information, right after the version number it will list the architecture it is for (like on mine says Intel X86).
June 11, 2007 at 3:02 pm
Viewing 15 posts - 346 through 360 (of 588 total)