all groups > sql server (microsoft) > april 2007 > threads for april 8 - 14, 2007
Filter by week: 1 2 3 4 5
Licensing for SQL 2000 and SQL 2005 for public website that uses database?
Posted by Leythos at 4/13/2007 10:00:11 PM
I'm under the impression that SQL 2000 requires a CPU License for any
internet website that allows access to a database - even if you don't use
Windows authentication.
Is this true of SQL 2005 Workgroup (or any other version) also?
--
Leythos
spam999free@rrohio.com (remove 999 for proper ... more >>
Share Database Server
Posted by walterannz NO[at]SPAM gmail.com at 4/13/2007 11:36:49 AM
Can MOM, SMS, Sharepoint Portal Server 3.0 share a database
server..... Does anyone has MOM databases on a shared database
server? Any issues? We are planning to put MOM, SMS and Sharepoint
databases on one database server.
Any advice will be appreciated...
... more >>
BP Margolin ?
Posted by Aamir Ghanchi at 4/12/2007 9:45:42 AM
Does any one know if he is ok. his last post was way back in Nov 2003.
I hope he is alright. It will be sad to miss such a resourceful
contributor to this newsgroup. I personally have benfiited many times
from his posts.
AG.
... more >>
Restore a backup to a different db name and path
Posted by Monik0277 at 4/11/2007 10:46:49 AM
Hello All,
I have the following situation:
Database1 on my sql server with the following path: C:\DBs
\Database1.mdf, etc... I made a backup of this database. Now I need
to restore this backup on a different pc into the following: Database2
with the following path C:\Customers\DBS\Databas... more >>
SQL 2000 version of sys.dm_db_index_physical_stats?
Posted by billnoble204 NO[at]SPAM hotmail.com at 4/10/2007 4:05:35 AM
Hello,
I have the following SQL script:
INSERT @work_to_do
SELECT
f.object_id
, index_id
, avg_page_space_used_in_percent
, avg_fragmentation_in_percent
, record_count
FROM
sys.dm_db_index_physical_stats (DB_ID(), NULL, NULL , NULL, NULL,
'SAMPLED') AS f;
WHE... more >>
Default database status for ODBC connections problem, SQL2005
Posted by Bob at 4/8/2007 5:36:46 PM
I am using SQL Server 2005 and using a database program that was installed
on the C:\ drive of the server. The 12gb partition has 1.8gb left and I
need to move it to the 550gb D:\ drive. Simple, yes and no. I have an
external MS Access 2003 report program that connects to the database via a... more >>
Full Recovery Trans Log not shrinking
Posted by Flomo Togba Kwele at 4/8/2007 2:00:42 PM
I am using the Full Recovery Model with a database approximately 3G. I have
added about 300k rows, increasing the log file from 25,000 to over 1G.
Using the Management Studio, I backed up the Transaction Log, setting the
"Truncate the Transaction Log".
I expected that this would reduce the s... more >>
Convert SQL Account to Windows Accounts + EXEC on ALL SPs
Posted by DaBrain at 4/8/2007 1:12:17 PM
I am no DBA, but this is my task.
I have an SQL Server 2000 Database that has an "SQL Account" that has
execute permission on all Stored procedures. it is what was used by
the company. This one account is used by "all workstations".
I want to fix this and use Windows Accounts, and get rid ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|