Viewing 15 posts - 61 through 75 (of 164 total)
sandman8301 (2/17/2009)
if you have applications that reference the same set of data but have their own subsets of information that they use to run what would be...
February 18, 2009 at 10:42 am
Yin Halen (2/12/2009)
February 13, 2009 at 2:28 pm
ALZDBA (2/13/2009)
best is to revoke you bosses ddl-admin privileges :hehe:
Yeah.. that would go over like a lead zeppelin!
February 13, 2009 at 11:18 am
I think you'll have to better describe what you want.
Are the two tables related? What field are they joined on? Why not UNION ALL?
February 13, 2009 at 10:51 am
Sagar,
Those CTEs are tricky.. I find that anything recursive is not so easy to debug.
Just curious, are you familiar with Sammy Hagar?
February 13, 2009 at 10:28 am
SQAPro (2/11/2009)
February 11, 2009 at 10:04 am
An update for the curious:
I removed the /3GB switch from the boot.ini, and added /PAE, although from what I've read, it's not necessary.
I enabled AWE on SQL Server, and set...
February 11, 2009 at 7:46 am
It's been in service for over a year now, and it's used as our data warehouse and reporting server, but additionally functions as our intranet server.
February 9, 2009 at 10:37 am
Are you the interviewer.. or the interviewee?
If you are the one being interviewed, and these questions are for you to answer, then you alone must answer them, as best you...
February 9, 2009 at 9:43 am
What about /pae switch in boot.ini? Is that needed for AWE to be enabled?
February 9, 2009 at 7:32 am
There's just one instance of SQL Server on the box. It can handle 64-bit, which I think would be the way to go, but I'm not too excited about rebuilding...
February 8, 2009 at 7:21 pm
This could be a problem..
BOL: "Support for AWE is available only in the Enterprise and Developer editions.."
I'd still like to hear some comments/suggestions..
February 6, 2009 at 8:47 am
You should also consider if a Technet subscription would fit your situation. They are not for production systems, just as trials that don't expire:
http://technet.microsoft.com/en-us/subscriptions/bb892759.aspx
The Technet Plus subscription includes...
February 6, 2009 at 7:50 am
laubenth (12/6/2008)
December 6, 2008 at 4:34 pm
cavo789 (12/3/2008)
If the user select "Belgium" in the Country Dropdown, then the SQL for City should be
SELECT City FROM tblCities WHERE Country=@Country...
December 3, 2008 at 7:15 am
Viewing 15 posts - 61 through 75 (of 164 total)