Viewing 15 posts - 811 through 825 (of 7,636 total)
hester84 (2/24/2010)
Barry, That link just redirects to the SQL Server 2008 homepage at Microsoft.
Hmm, I think that they moved that page here : http://www.microsoft.com/sqlserver/2005/en/us/security.aspx
February 24, 2010 at 2:43 pm
Gianluca Sartori (2/24/2010)
RBarryYoung (2/23/2010)
Itzik Ben-Gan, "Calculating Concurrent Sessions, Part 3" (SQL Server Magazine, March 2010)
February 24, 2010 at 3:09 am
Well, I generally try not to comment on others code style, it's such a personal thing and all. One thing that I might suggest, is to upcase your SQL...
February 23, 2010 at 11:34 pm
Like this:
SELECT *
FROM (
SELECT MAX(dbdate) AS dbdate
, dbname
, datasize_MB
FROM db_size
UNION ALL
...
February 23, 2010 at 10:49 pm
FYI, I replaced the EXEC that you are calling (hrTimeSheet_IdentifySharedGroups), with a dummy procdure from my DB, and then ran this in Management Studio, and it worked fine. Error,...
February 23, 2010 at 10:44 pm
What's the Client application? I'd suspect that's where the problem is.
February 23, 2010 at 10:37 pm
This is almost certainly a Layout problem. The SOP solution is manual layout (its a big job though).
Other things that you can do:
-- Make the Print Layout bigger so...
February 23, 2010 at 10:28 pm
Here's the Wikipedia article on it:http://en.wikipedia.org/wiki/Fair_use
February 23, 2010 at 9:28 pm
WayneS (2/23/2010)
Paul White (2/23/2010)
WayneS (2/23/2010)
Steve Jones - Editor (2/23/2010)
Barry, sourced, quoted, limited to < 1 para, fair use.
Steve, while I agree, my question is whether a quote from a paid...
February 23, 2010 at 9:25 pm
Tom.Thomson (2/23/2010)
tony rogerson (2/18/2010)
Quirky update is no more set orientated than...
February 23, 2010 at 8:48 pm
bercea.nick (2/23/2010)
February 23, 2010 at 7:55 pm
And here in a nutshell is demonstrated exactly what has been wrong with the academic discipline of Relational Theory for the last 30 years: A complete inability to grasp...
February 23, 2010 at 6:10 pm
randy.witt (2/23/2010)
2. Prevent access to SQL Server outside of designated applications (i.e., not via Access, etc.)3. Be able to track/audit individual user actions against the data.
There are only two practical...
February 23, 2010 at 4:50 pm
Paul White (2/23/2010)
I fear I may, in fact, be a nerd :unsure:
You know, it's still not too late to bite the head off a live chicken. ... Eh? ...
February 23, 2010 at 4:35 pm
Steve Jones - Editor (2/23/2010)
Barry, sourced, quoted, limited to < 1 para, fair use.
Thanks, Steve. good to know I still have some legal chops left... 🙂
February 23, 2010 at 4:31 pm
Viewing 15 posts - 811 through 825 (of 7,636 total)