Viewing 15 posts - 4,711 through 4,725 (of 6,216 total)
You might want to look at COM+. It supports role based security and provides some methods you can use in your code to check role membership. You don't have to...
March 19, 2002 at 5:57 am
I use VB primarily, some Access, HTML. Probably will move to .Net shortly.
Andy
March 19, 2002 at 5:54 am
Not sure I agree about setting a max size, maybe because Im in a small company and can run a looser ship! One thing I do though is keep a...
March 18, 2002 at 4:21 pm
Sorry, I guess Im still not clear - does it matter how big it is? That's the whole point of sp_refreshview, you can run the alter and when it's done...
March 18, 2002 at 4:18 pm
Are you doing select * or explicitly naming all the tables? How big can the script possibly be?
Andy
March 18, 2002 at 1:59 pm
If you've got a query that works it is often easier to create it as a view, then run the report on the view. This has the added plus of...
March 18, 2002 at 1:58 pm
Check out the view called infoschemacolumns.
Andy
March 18, 2002 at 1:56 pm
Pretty much everything is in the box. Log shipping only comes with Enterprise edition, but there are scripts for SQL7 that would do the same thing for you.
Andy
March 18, 2002 at 1:55 pm
You could use a view that returned asterisks, but then you couldnt query on it! How many of your users need access to this info? If you handle setting the...
March 18, 2002 at 11:21 am
Typical latencies are 1-3 seconds unless the box is heavily loaded - and that could be either the publisher or subscriber. Nothing wrong with transactional replication, but you probably want...
March 18, 2002 at 11:18 am
SQL rarely deallocates memory once it has it. Does it happen gradually or all at once?
Andy
March 18, 2002 at 11:16 am
There is not. EM is probably your best choice for simple browsing.
Andy
March 18, 2002 at 11:14 am
Chuck, thanks for signing up! I'll try to get a team set up over the next day or so and post the # here.
Andy
March 18, 2002 at 9:54 am
I don't do much Access development but a mask can be easily implemented via code in the keydown or keypress event of a control. Doesn't matter where the data is...
March 18, 2002 at 9:52 am
Did you try running the alter view statement first?
Andy
March 18, 2002 at 9:46 am
Viewing 15 posts - 4,711 through 4,725 (of 6,216 total)