Viewing 15 posts - 2,341 through 2,355 (of 3,616 total)
Do you have AWE enabled?
If so then you need to install the 2040 hot fix as well as SP4 (build 2039).
Each instance needs a separate install of the service pack.
SP4...
April 25, 2006 at 7:01 am
I have a friend who was slightly worried about where we left our cars when we went to a rock concert.
You don't have your works lap top in the boot...
April 24, 2006 at 1:03 pm
As far as I can tell the advantages of XML are:
April 24, 2006 at 12:57 pm
I don't believe that it is possible directly.
I have used an INSTEAD OF trigger on a view to achieve something similar but to be honest the simplest way is with...
April 22, 2006 at 8:39 am
So Job has a dependency on the Person existing before it can be entered?
Wrap it up in a transaction and have separate INSERT statements.
April 22, 2006 at 8:31 am
Well do the tables have the same structure, or does the retrieved information have the same structure?
Can you make your SELECT statements so that they do return same structured recordsets?
You...
April 22, 2006 at 8:28 am
I would be tempted to have a category table with:
This means that your category table becomes an extensible tree so when when a marketing type decides they want sub-sub-sub-sub categories...
April 22, 2006 at 8:23 am
It has been a while since I did old fashioned ASP but there was a NextRecordSet method on a RecordSet object.
FirstRs.Open "YourProc"
Set SecondRs = FirstRs.NextRecordset
April 22, 2006 at 8:16 am
I tend to have the SA as the explicit dbo user. It is the one login that is common across all servers.
You also have the db_owner role which multiple...
April 21, 2006 at 6:50 am
We have something called the data protection act in the UK which is a toothless attempt to block this sort of thing.
Why toothless? Because the government decided to allow...
April 20, 2006 at 6:01 am
My experience is that database servers tend to have more robust perimeter security than other servers.
IIS on the other hand is more likely to be public facing and therefore be...
April 20, 2006 at 5:54 am
Not least because the blasted thing locks records blocking other processes as a result
April 19, 2006 at 12:41 pm
Try RESTORE VERIFYONLY FROM
April 19, 2006 at 2:01 am
What tool are you using to enter the information?
AN INSERT or UPDATE statement will allow the full 8,000 however I think there is a limit on the datagrid used by...
April 19, 2006 at 1:55 am
Well if your 3 databases are on one server I am not sure that it makes a difference.
My personal preference from the information given would be to place the proc...
April 14, 2006 at 1:21 pm
Viewing 15 posts - 2,341 through 2,355 (of 3,616 total)