Viewing 15 posts - 466 through 480 (of 921 total)
Cross-posted at:
http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=18224&FORUM_ID=23&CAT_ID=2
--Jonathan
--Jonathan
quote:
Thought about Vaughns book but ive heard it doesnt have many examples......but this is the only one people keep recommending. Have you...
--Jonathan
Bill Vaughn's Hitchhiker's Guide to Visual Basic and SQL Server is considered the "bible." If you're using VB.NET, though, try Dobson's Programming Microsoft SQL Server 2000 with Microsoft Visual...
--Jonathan
quote:
Gary,Just curious, what is the purpose of your query?
I think, unless you use an 'order by clause', the rows selected will...
--Jonathan
Use the CONVERT function, e.g.:
SELECT CONVERT(char(10),GETDATE(),105)
--Jonathan
--Jonathan
quote:
So I am able to see in EM 3071 MB of RAM ?Although I can only use 2048??
Frank
--Jonathan
You can configure SQL Server Standard to use more than 2GB memory, but then it will not use physical memory above 2GB but instead virtual (paged) memory, and you...
--Jonathan
Viewing 15 posts - 466 through 480 (of 921 total)