Viewing 15 posts - 1,666 through 1,680 (of 1,995 total)
apologies - marshall is correct about click events - as i said i was away from my workstation so couldn't check
you might be better shifting to reporting services which will...
April 13, 2006 at 5:50 am
try the following
In SQL Server Enterprise Manager, right-click the server name, and then click Properties.
2. On the General tab, click Startup Parameters.
3. Add a new parameter as...
April 13, 2006 at 4:44 am
I think you're going to struggle as most tests of this nature are multiple choice (like the MCDBA ones)
the tests themselves show that you can write syntatically correct SQL such...
April 13, 2006 at 4:38 am
I'm guessing from what you're saying here you're talking about "drill down" reporting which might be a better term to search for.
if you're using msaccess to provide reports against an...
April 13, 2006 at 4:24 am
I'm guessing from what you're saying here you're talking about "drill down" reporting which might be a better term to search for.
if you're using msaccess to provide reports against an...
April 13, 2006 at 4:09 am
I've been using crystal back from version 7 and while the product is now so much better it's also far too expensive
SQL server 2005 reporting services is actually pretty good...
March 22, 2006 at 9:20 am
if i could suggest something-
can you run the command DBCC SQLPERF(LOGSPACE) and paste the results back
if you need to claim space back it might be wise to claim it...
March 22, 2006 at 9:01 am
What is the diference between unallocated space and unused space
not sure if this is entirely accurate but here goes - unused is allocated space that has not been used...
March 22, 2006 at 8:58 am
i think you might have few problems doing it this way
1) the value you return from the child procedure is retuned as an output variable so you need to...
March 22, 2006 at 5:13 am
if you hadn't already said that you were on mixed mode authentication id'd swear that you were on windows only auth
by the way - is the server a member...
March 21, 2006 at 9:16 am
if you're attempting connect remotely is this via you LAN or are you coming through the internet via VPN?
i've seen this problem with juniper before.
March 21, 2006 at 8:55 am
do you have a firewall installed blocking your sql ports ?
March 21, 2006 at 8:02 am
DBCC SHRINKFILE WITH TRUNCATE_ONLY doesn't break the LSN (log sequence number) and cause you to lose your backup chain - all it does is remove the empty space from the...
March 21, 2006 at 8:00 am
Viewing 15 posts - 1,666 through 1,680 (of 1,995 total)