Viewing 15 posts - 30,301 through 30,315 (of 39,820 total)
If you are looking to script the database for #1, then right click the database, select Tasks, and there is a Generate scripts option.
For #2, if you want to...
December 16, 2007 at 5:24 pm
Typically the error shown is when the pathing is wrong. Perhaps the production system has different drive paths or you don't have rights to open the file.
December 16, 2007 at 5:22 pm
I could see how this helps and it might be easier, but it depends on your data. With the two join tables, the advantage is a picture can be used...
December 16, 2007 at 5:21 pm
We've seen some of that here in the past with invalid cards. However it's typically been 2-3 attempts only.
I wouldn't be surprised if it was regularly occurring as people always...
December 16, 2007 at 5:15 pm
No idea of failure rates, but you should be able to contact your bank for statistics on your current situation.
December 16, 2007 at 9:49 am
I think you need to get the SQL Server into the internal network. Anything else is not only a bad idea, but probably a big problem.
December 14, 2007 at 10:24 am
Whether you use #1 listed by Markus or not, you should always use roles.
do not assign rights to users. Sooner or later they will quit, someone else will do their...
December 14, 2007 at 8:45 am
Sounds like a problem with the install media. Possibly some files weren't read correctly.
If I remember correctly, a reparse point is a part of the file that determines where the...
December 14, 2007 at 8:44 am
There is no "cursor capacity". It will use available resources to read everything up to the full size of the table. You could cause memory issues, but that is a...
December 14, 2007 at 8:42 am
You can have multiple instances and I know clusters can support this, so I wouldn't expect an issue, but I have not specifically tried this. I think if you have...
December 14, 2007 at 8:41 am
Is there a client running with this isolation level? Sounds like the data changed while it was being streamed out. READ UNCOMMITTED would allow that.
December 14, 2007 at 8:39 am
Sounds like a problem with one of the files. I'd reset the snapshot and see if that works.
December 14, 2007 at 8:39 am
If you need to change the data in your local database, you have no choice but to use the full backup.
However, daily restores seems like a lot. Think about whether...
December 14, 2007 at 8:29 am
You don't want the file to grow by itself, ever. That's an emergency thing if you can't respond.
You should be monitoring this and if you see it getting low, add...
December 14, 2007 at 8:28 am
Not sure what you mean about the stored procedure in the table.
You don't need the name of the stored procedure to call it, you can send in parameters in order....
December 14, 2007 at 8:03 am
Viewing 15 posts - 30,301 through 30,315 (of 39,820 total)