Viewing 15 posts - 23,056 through 23,070 (of 39,821 total)
With Access they've tried, and you can set up essentially the Express engine for Access apps.
I think we are getting closer with Exchange, but I'd like to see the specific...
July 19, 2009 at 7:58 pm
The script is a T-SQL script. You need to execute it in SSMS.
July 19, 2009 at 10:53 am
Gail's design shows why it's better for you to give us the information about what the entity is, and what the data is represents. A good designer will consider that...
July 19, 2009 at 10:52 am
The conversion time is hard to guess. It's a "build a new table, copy all data from the old one". You can test that with a fake table.
As far as...
July 18, 2009 at 11:49 am
The decision on what to make a clustered index is more based on the queries made against the table, not the definition. You would want those queries that look for...
July 18, 2009 at 10:52 am
We don't allow deleting of posts, and we're prefer if you figure it out, just post again.
Thanks for the update.
July 18, 2009 at 10:26 am
Steve,
We'd love some basic articles on how this stuff works if you're interested. You wrote some great descriptions above.
July 18, 2009 at 10:23 am
It's not clear what you are asking or what you did. Please provide more details about what happened, and what commands you ran.
July 18, 2009 at 10:21 am
Please don't edit posts to remove everything. It's rude and looks bad.
Closed post.
July 18, 2009 at 10:06 am
You can even use the "START" command in a command prompt to spawn a process, or you could use DTS and execute the restores in parallel.
You do need two different...
July 18, 2009 at 10:05 am
So check and be sure that TCP/UDP 1433 and 1434 are open. I think UDP 1434 is the browser to enable you do connect.
If you can make an ODBC...
July 18, 2009 at 10:05 am
I like Pradeep's solution. If allows you to do other maintenance if you wanted to rebuild indexes/statistics, obfuscate data, etc. while keeping people out. you could also send a message...
July 18, 2009 at 10:03 am
Be sure that you check the Windows Event Log (System) to see why it didn't start. There should be an entry that gives you a reason.
July 18, 2009 at 10:02 am
You can use three part naming, database.schema.table to reference the other database. The write an insert select statement.
If you try and have issues, we can help, but we don't do...
July 18, 2009 at 10:01 am
Viewing 15 posts - 23,056 through 23,070 (of 39,821 total)