Viewing 15 posts - 451 through 465 (of 484 total)
Just guessing, since I have not actually used either SQLXMLBulkLoad or Merge Replication, but....
Since Merge Replication depends on triggers to log changes, could the trigger somehow be bypassed. Is the...
January 20, 2004 at 6:44 am
Another security reason for a separate instances would be to disable networking protocols for that instance. Having developed some of those "vendor apps" that require separate instance, we have designed the applications...
January 19, 2004 at 7:46 am
There is a limit, but I think it is 255 fields. Are you sure there isn't a problem with that field? Is field size <= 255? Is field name a...
January 16, 2004 at 1:10 pm
Yes. If you choose per-user licensing, and the website is intranet, or otherwise you will have authenticated users, you will need CALs for each user. CALs are not for each...
January 14, 2004 at 8:58 am
Also, you can use Bulk Export/Import queries on each table and reload all the data. It's amazing how fast bulk operations are.
January 14, 2004 at 8:22 am
Yes, you can use CALs for accessing SQL Server from MTS components. The same rules apply, you need a CAL for each user/device that will access the MTS component that...
January 14, 2004 at 7:36 am
Also related to this topic is the subject of defragging database files. Especially for a database that has been allowed to grow and shrink often, it can get extremely fragmented...
January 14, 2004 at 7:28 am
Often. Could be major rewrite to extend the application or bring it "up to date". Could be platform upgrade (client/server to intranet). Could be just a large refactoring effort. In...
January 14, 2004 at 7:07 am
I'm not sure that these items would cause the query to take 5 hours, but you might want to check these. 1) Are there any triggers or default values on...
January 13, 2004 at 6:43 am
quote:
Is there a better approach I just don't know about.
Develop the "business...
December 11, 2003 at 6:20 am
I ran into the same problem where I could not use (local)\instancename, only when trying to connect to MSDE using Shared Memory protocol. I did find that using the...
December 5, 2003 at 11:52 am
How about using ExecuteImmediate instead? I have an application that creates a local database based on the SQL created from a ScriptTransfer method. It has the GO statements...
December 5, 2003 at 11:39 am
Let me add another vote for isolating the data access through DLLs. Do not let any ASP code (or any client application) ever touch the database directly. Doing...
December 5, 2003 at 11:21 am
Or sp_help <tablename> (easier to type)
December 3, 2003 at 5:43 am
quote:
Ok could this be cleared up a bit. The note doesn't state that the other applications are on other machines thus leaving...
December 2, 2003 at 6:58 am
Viewing 15 posts - 451 through 465 (of 484 total)