Viewing 15 posts - 136 through 150 (of 192 total)
Yes, I will be writing code.
Is it possible to set a script up to read our server names from a table in the 'monitor' computer and retrieve the data...
January 23, 2007 at 4:44 pm
great - that worked for 2000. In 2005 it shows 'disabled',null respectively. Other properties, such as edition work though.
January 23, 2007 at 4:04 pm
'About the only thing that will not work is Access, or any database on a Mac.'
I doubted that statement - and it made me curious about filmaker pro's capabilities.
January 17, 2007 at 4:34 pm
You're very welcome!
I'm sure if you give him an ERD created in Visio He will be impressed. Wikipedia is always good
As far as the access solution goes - all...
January 17, 2007 at 4:25 pm
You'll need to look into data modeling - you need to make tables to define something like:
CLIENT has 0 or more CONSULTANTS
CONSULTANT has 0 or more CLIENTS
CLIENT has 0 or...
January 17, 2007 at 1:30 pm
Sometimes you'll want to increase the size...
January 17, 2007 at 12:01 pm
For a quick fix, can you just increase the size in EM?
You do have space on your disk right?
January 17, 2007 at 11:04 am
A verify is as good as a test restore?
January 13, 2007 at 11:17 am
Thanks everyone for your comments - I appreciate them VERY much.
January 12, 2007 at 1:32 pm
And after you've done that - how would you compare to be assured everything matches? Do most people go that far. I know there are 3rd party tools for comparing,...
January 12, 2007 at 11:16 am
Would getting rid of the temp table altogether help things? Then you could just put the index on the table if it doesn't already exist.
January 12, 2007 at 11:06 am
Very cool. I see it puts all the data in a trace file. I'd still want to get those into a table.
"SELECT * FROM ::fn_trace_gettable('C:\Program Files\Microsoft SQL
January 12, 2007 at 10:46 am
SQL authentication is commonly used for client which CANNOT use Windows authentication - they are totally separate and a client uses SQL OR NT.
I suppose developers use SQL logins for...
January 12, 2007 at 10:35 am
Viewing 15 posts - 136 through 150 (of 192 total)