Viewing 15 posts - 35,581 through 35,595 (of 39,720 total)
Don't think so. You can probably apply for the Beta,http://www.microsoft.com/sql/evaluation/betanominations.asp
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
December 9, 2003 at 8:21 am
Boy, I don't have Yukon handy (on the road), but it seems to me that it performs pretty well. If you've used Visual Studio, it performs like that, pretty well....
December 9, 2003 at 8:18 am
Sure can. Set the permissions for each db as though it's the only db. If you need cross db joins, the user must be in both dbs adn you qualify...
December 8, 2003 at 11:38 pm
You should be able to create a role, deny permissions to all tables for the role except the table you want and then do it that way.
Alternatively you could...
December 8, 2003 at 11:37 pm
you could set default values in the definition of the parameters for the proc and then not pass anything in. Or check to see if you want defaults with and...
December 8, 2003 at 5:58 pm
Also any network "drives" you have need to be mapped permanently WHILE YOU ARE LOGGED in as the MSSQLSERVER account. Not using your account.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com...
December 8, 2003 at 4:46 pm
If there is a dos errorlevel of 0, then the query succeeds. The query in other words returns a 0.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
December 8, 2003 at 4:40 pm
I like it. Works well, data limited to the connection doing the work. ![]()
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
December 8, 2003 at 4:38 pm
No, our search sucks. We're working on it.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
December 8, 2003 at 4:36 pm
Does this happen everytime? I'd run profiler in the background and see what is actually completing. This runs a number of commands.
You can also just run sp_who2 from QA and...
December 8, 2003 at 2:11 pm
Monitor the service for up and down. I wouldn't monitor other items (CPU, disk wait, etc) unless you can set a limit of of like 3 failures over 15 or...
December 8, 2003 at 12:38 pm
no. Data is not "archived". You'd have to build your own process for this.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
December 8, 2003 at 11:55 am
also http://www.sqlservercentral.com/columnists/rsharma/enterprisevsstandardedition.asp
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
December 8, 2003 at 11:51 am
Have you run a dbcc checkdb? I'd be curious to see if this shows up there. The latch issue might be fixed with a clustered reindex rebuild of the tables...
December 8, 2003 at 11:44 am
There is a minimum size to which you can shrink files, AFAIK, it's about the base level at which it was created. I'm sure you've run the shrink script a...
December 8, 2003 at 11:42 am
Viewing 15 posts - 35,581 through 35,595 (of 39,720 total)