all groups > sqlserver server > january 2004
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
maximum number of concurrent logins ?
Posted by new2sql at 1/31/2004 7:15:07 PM
what is the maximum number of concurrent logins MS SQL can
support ? does it depend on the resources of the server ?
assuming the server has almost unlimited resources, is
there a max number of concurrent users that can log in?... more >>
Problem with a SQL Statement
Posted by Atley at 1/31/2004 2:24:37 PM
I have three tables:
Products Table
PID
PName
PType
Linking Table
LID
PID
CID
Customers Table
CID
CName
CPhone
I am trying to make a single statement that will give me all the customers
that haven't bought a certain single product so i can make a list of people
to c... more >>
SQL 2K Database to Active Directory users and data
Posted by Angel at 1/31/2004 12:48:49 PM
Hello all - I have a database that I want to import into SQL Server 2000 -
it has users with data/attributes associated with those users. I want to
create those users in Active Directory and keep there data in SQL - At
present, the users are only in the Database (in a users table) but I want to
... more >>
Indexed Views...on Tables in remote database on the same server..
Posted by Patrick Ikhifa at 1/31/2004 10:05:11 AM
Hi All,
part A: I have a thought and wanted to share it. Has anyone ever used
Indexed Views created in Database A where all the underlying referenced
objects are in Database B? Both Database A and B are on the same server.
Database A is a Log Shipping Standby Server that has Logs applied to it
... more >>
How to attach a db_file with problems?
Posted by Eliezer Figueroa at 1/31/2004 10:01:40 AM
A database goes "SUSPECT" the client deatach de DB. later it tries to
reatach it but he gets an error. I tried to copy the file to other disk but
I get an error from windows saying that a cyclic error in the disk prevent
the copy. Is there any way to attach a file with problems? just in order... more >>
Just a suggestion for Yukon developers
Posted by George Hester at 1/31/2004 8:54:31 AM
Red means error. Green means no error. OK? Lets try to make sure in =
SQL Server that when something uses an icon we make sure we stick to =
this User Design. It is erroneous User Design Fundamentals to have 99% =
of icons show green for no error and 1% to show red as no error. IMHO. =
Now... more >>
Locking suggestions...
Posted by Steve Z at 1/31/2004 8:03:11 AM
We have not done a lot of locking in our stored
procedures up to this point, but have a requirement now
that we need some help with. Sorry for the length of
this post...
Got an SP that gets a cursor of health claims from
an "input" table that are still free for the taking.
Multiple li... more >>
DBCC TRACEON(1204,3605,-1)
Posted by Mike at 1/31/2004 5:15:44 AM
What are the description for the parameters 1204 and 3605
in the DBCC TRACEON(1204,3605,-1)?
Thank You
Mike
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Excessive Free Space in Large Table
Posted by Mark Weidner at 1/30/2004 7:37:20 PM
Hello all,
I'm having the following space allocation issue with a large table in a SQL
Server 2000 DB.
I have a table which stores visits to a site, currently with 95 million
rows. This table currently has a total of 60GB space: 24GB used space, 4GB
index space, and 32 GB unused space. T... more >>
Mine is on G drive
Posted by George Hester MVP - IIS at 1/30/2004 5:52:52 PM
mk:@MSITStore:G:\MSSQL7\BOOKS\SQLBOL.CHM::/html/r_model_16.htm
Change the above to the drive yours is on. You should be able to just =
click on this and bring up the page in Microsoft SQL Server 7.0.
Notice in this there is no listing for an icon that looks like this:
Is my SQL 7.0 we... more >>
Performance problem on copy of db
Posted by Paul Welsh at 1/30/2004 5:25:23 PM
I have a performance problem here I could really do with some help on.
I am running SQL Server 7 on Win2k on a Dual Xeon box.
I moved the database from a much older machine and had some initial problems
running a particular complex query because of parallelism. Essentially,
doing an sp_upda... more >>
Synonms / alias?
Posted by Patrick at 1/30/2004 4:48:58 PM
I know I could do the following but forgotten what keywords I need to use to
do it.
Basically, i have a SQL Server 2000 table called store created by an SQL
user called "publications". What do I need to set up for the windows user
MachineName\IUSR_MachineName to run SELECT * from store as opp... more >>
tsql, bulk insert & vars
Posted by Neil Evans-Mudie at 1/30/2004 4:46:06 PM
Folks,
Running the follwoing script I get the following error:
Server: Msg 170, Level 15, State 1, Line 12
Line 12: Incorrect syntax near '@charDirPathSource'.
Wondered if anybody could show me how to combine an SP variable in to an SP
'bulk insert' statement.
Tia.
Be sure to put prop... more >>
Urgent: Effect of inserts on a table, when the table has two indexes defined on it and has a huge number of records (320 K records) already stored in
Posted by vprabhu NO[at]SPAM uci.edu at 1/30/2004 4:44:06 PM
There are two tables table A & table B. There are two indexes defined
on each of these tables. As I insert records into the tables (ODBC
programming), I notice that occassionally the time required to insert
the records is very high.
Normally, the time required to insert records into the two ta... more >>
SQL Server 2000 CE Edition Problem
Posted by Derek at 1/30/2004 4:31:14 PM
Hi,
I have install the SQL Server 2k Eval version on a Win2K computer and update
to SP3.
the computer also running the IIS too.
When I install the server tools of SQL Server 2000 CE Edition, I got the
following error message:-
"SQL Serve CE Server Tools is compatible only with SQL Server 20... more >>
Submitting data from webpage to SQL
Posted by Gareth Howe at 1/30/2004 4:04:58 PM
I have a SQL database setup with 1 table that has 4 fields.
messageID, Name, Date, Message
messageID is filled in by SQL automatically
(How do I get the Date to be filled in automatically?)
The intranet is on IIS 6 with frontpage 2003 extentions.
I would like a page that I can submit extra re... more >>
insert into two different tables
Posted by Won Lee at 1/30/2004 3:28:50 PM
Hi,
I just setup 2 different DTS packages for this...
But is there a way to insert data from a view into two different tables
with one transformation?
... more >>
copy objects and data from server to server
Posted by haode at 1/30/2004 2:49:06 PM
I want to copy all objects and data from other SQL 2000 server std. to my
local server(SQL 2000 personal) to test something.
when I do copy wizard I got a message
"SQL Server service is running under localsystem account. To get the
privilege to copy through the network you should change SQL ... more >>
WMI and SQL Server
Posted by shanthu at 1/30/2004 2:31:11 PM
I would like to get events when delete,update,insert operations take place on certain tables. On my PC ( windows Server 2003), I seems to be missing all the SQL Server WMI stuff ( I can see that Biztalk, etc
Any idea?... more >>
Unknow backup running
Posted by Tim Heilman at 1/30/2004 1:59:59 PM
Hi,
I have a backup of a database that is running every night
from SQL 2000 server. I would like to be able to delete
the backup and stop it from running. However, I cannot
find it listed anywhere. How can I locate this scheduled
backup so I can delete it.
Thanks,
Tim Heilman
... more >>
Absolutely new to databases and incharge of creating one..Please help
Posted by nnch97 NO[at]SPAM hotmail.com at 1/30/2004 1:42:22 PM
Hi,
We have never worked on databases and are currently developing our
vb.net windows application where we want to use some database to store
data. Our application will be geared towards desktop users (single
user using our app and saving data on his computer), a group of users
(who share da... more >>
Modifying records
Posted by Gareth Howe at 1/30/2004 12:40:13 PM
I have created a database (Test) on a sql server with a table (message)
I have setup a system DSN to connect to this.
I have then used access2003 to connect to the DSN (I assume!)
Access2003 has no problem getting the data in the message table but I can't
actually modify or add any records.
C... more >>
Get table warnings?
Posted by Mike Hildner at 1/30/2004 12:19:24 PM
Recently I added a varchar(8000) to a table through enterprise manager.
Everything went fine, no errors/warnings reported.
Thought I should script the change, got a warning through query analyzer
that row exceeded 8060. That I understand just fine.
Being no expert, I'm wondering how I can ch... more >>
LDAP to populate SQL 2000/Active Directory
Posted by Angel at 1/30/2004 12:01:07 PM
Hello all - I have a LDAP service running on a NT4 box (not a mbr of my AD
domain), I'd like to extract the users/attributes from that LDAP service and
populate my AD domain with those users and attributes (the user accounts in
LDAP will go into AD and the attributes for those users will go into ... more >>
SQL Cluster on Win2K3
Posted by Dragon at 1/30/2004 11:55:12 AM
Does anyone have any Step-by-Step guide to creating a SQL Cluster on Windows
Server 2003? Any tips, gotchas etc?
Thank you.
... more >>
Multiple open sessions
Posted by Trayc at 1/30/2004 11:46:08 AM
I have posted this before but no response, please if anyone knows anything or is experiencing something similar, I need help!
When running a basic select query in QA, then viewing the current activity - process info on EM, there are 20 - 148(highest so far) contextid's. Wait types are varying,... more >>
Questions about sql and win y2k3 licensing.
Posted by ski_tango NO[at]SPAM hotmail.com at 1/30/2004 11:33:23 AM
Hi.
We've built a web based app with a sql backed and are looking to buy a
new server with all the correct licenses.
1. Are resellers like http://ebargainsoftware.com/micsqllser.html
legit?
2. Would sql 2000(3?) per processor lic, be the way to go?
3. Windows Server 2003 Standard Ed. What ... more >>
LDAP to AD/SQL
Posted by Angel at 1/30/2004 11:28:53 AM
Hello all - I have a LDAP service running on a NT4 box (not a mbr of my AD
domain), I'd like to extract the users/attributes from that LDAP service and
populate my AD domain with those users and attributes (the user accounts in
LDAP will go into AD and the attributes for those users will go into ... more >>
Backing up SQL 2000
Posted by Carlos at 1/30/2004 11:17:47 AM
Hello!'
New to the admin aspect of SQL 2000, wondering if there
are any advantages/disadvantaged of backing the databases
using the NT backup utility found in Windows 2000 server.
Is there anything that should be excluded similar to,like,
the M drive on Exchange 2000?
Thanks !
Carl... more >>
English Win NT Server with SQL 6.5 Server and Trad Chinese XP Client
Posted by Ivan Kan at 1/30/2004 11:10:59 AM
Dear all,
Our client is using Eng Win NT Server with SQL 6.5 & SP5a for Server and the
client machine is using Trad Chinese Chinese.
We found a problem.
When the client insert getdate() into database, the month become Chinese
character. However, we found that the SQL Server 6.5 is install... more >>
Errorlog increase Message Field
Posted by Dan at 1/30/2004 10:57:47 AM
Is there away to increase the number of characters the
line displays or writes out in the Message field within
SQL Server Enterprise Manager 2000. It would be very
helpful to resolve locking problems.
Thank You,
Dan
... more >>
restoreing the database from tape to a different server
Posted by Rick at 1/30/2004 10:56:08 AM
My boss is asking me to do a Disaster recovery plan , I have to take the database file ,I.E rick.mdf from a sql 7 server a and place it on sql 7 server b they have the same service patch levels . My problem is i can't import in to the server b , It says not in microsoft tape format . Can you point m... more >>
BULK INSERT
Posted by gulpreet.sandhu NO[at]SPAM conservation.ca.gov at 1/30/2004 10:46:05 AM
I trying to use the BULK INSERT command to insert data into a table.
The table has an insert trigger. The problem is that the trigger is
fired only once for the whole bulk. The trigger is fired only for the
last row inserted in the table.
HELP???... more >>
Using SQL Server 6.5 Tools on Windows XP
Posted by Gary Dude at 1/30/2004 10:31:07 AM
Is it all right to install SQL Server 6.5 Client utilities on a Windows XP workstation? When I do the install, I get the message that 6.5 is not supported on XP, but I can still install the 6.5 client utilites all the same. The 6.5 tools seem to work fine on Windows XP. Does anyone know of anything ... more >>
How do I change the value of a Primary Key?
Posted by Top Gun at 1/30/2004 10:29:15 AM
Do I need to do a delete of the old value and insert the new? I would prefer
to somehow do an update, if possible.
... more >>
SQL Server 2k - on NAS ?
Posted by Jaxon at 1/30/2004 10:21:59 AM
our production SQL Server uses a NAS for storage.
I'm not a Network or Hardware guy, but I've seen a few articles suggesting
that a NAS is not the best option for SQL Server due to latency issues with
network traffic (TCP\IP).
We are having performance issues in Prod and I suspect that the N... more >>
Export table in comma delimited format - how to eliminate empty spaces
Posted by Peter Afonin at 1/30/2004 10:17:41 AM
Hello:
When I export a table in comma delimited format, it works OK, but there is
one problem. If the field is varchar (or char) and has the size, for
instance, 50, there are empty spaces in the text file, so it looks like
this:
"CBAS ","Bass Gambling Supplies ... more >>
change Login Name
Posted by Mike at 1/30/2004 10:14:16 AM
I just create a new DB under SQL 2000 and the Login Name is my network id
How can i change this to be SA like it should be
... more >>
How do I Truncate Trans Log File?
Posted by cicilia at 1/30/2004 10:07:42 AM
How do I truncate a huge transaction log file. Steps will
be very helpful for I am new in this field. Books on line
is very vague and not to the point.
TIA
Cicilia... more >>
default value
Posted by Phalle at 1/30/2004 10:01:08 AM
how can i insert a default value for a datetime field, with something like the VB '=Now()' ?
thx... more >>
Transaction Log Fill Up..SQL State 42000 -- (Prod dbase)
Posted by stoko at 1/30/2004 9:12:55 AM
My transaction log is filling up at an alarming rate on my
production server. I have 2 log files with restricted
file growth of 20gigs. This is all used up. I just added
a 3rd log file with 2 gig and unrestricted file growth. I
did a complete backup of the database in question which
ha... more >>
Questions about UPDATE STATISTICS
Posted by Lijun Zhang at 1/30/2004 8:51:07 AM
When run UPDATE STATISTICS, you can specify FULLSCAN, SAMPLE number, or
leave it blank. We have a table that when run UPDATE STATISTICS with
FULLSCAN, it will take one hour long. If I just run UPDATE STATISTICS
TableName without any argument supplied, it take 3 minutes to finish. It
take 21 hour... more >>
Event ID 11
Posted by Jon at 1/30/2004 8:28:55 AM
Bare with me folks, I'm not a DB guy. I posted this over
on Windows 2000, but hope you may have some clues for me
over here.
-----
I have a Windows 2000 GC server running SQL. The event
log on this server is logging Event ID 11, source KDC
every few hours. The details of the error are: ... more >>
Seeking simple way to limit access to production server.
Posted by Lee Gillie at 1/30/2004 8:24:35 AM
The scenario is probably pretty common. There is a lot of new DTS package development work by a number of people at our location,
and others. The target for installation is a production server located elsewhere. Everyone here has access to the production server,
to look at data, perhaps make schem... more >>
DBCC Commands
Posted by PAblo E. Colazurdo at 1/30/2004 8:16:25 AM
Anyone knows of any good source of DBCC commands (not the usual ones
.... the hindden commands), and TRACE flags?
TIA
Pablo... more >>
Error: -2147024770 when i scheduled a package containing a custom task
Posted by JayF at 1/30/2004 7:51:08 AM
I create a VB ActiveX DLL custom task, when i execute the package containing the DLL custom task, all is ok
But when i scheduled the package i receive the message "Error: -2147024770 The specified module could not be found"
In the code of the VB custom task i use the sysdtssteplog table from MS... more >>
maintenance plan not removing log backups
Posted by Steve Harris at 1/30/2004 6:56:06 AM
I am on SQLServer 2000 svc pack 3. I have a maintenance plan that backs up my databases each night at 9pm. The transaction logs are backed every three hours between 6AM and 6PM. I have the option on the transaction log backups set to remove files older than 12 hours. It is not working. Oddly en... more >>
HyperThreading and SQL
Posted by PAblo E. Colazurdo at 1/30/2004 4:53:09 AM
This will be my first post in the forum since a long time ago sorry if
this was asked before but ... what is your experience/recommendations
about using Hyperthreading on SQL 2000 and Win 2003? Any thoughts?
Thanks for your help,
Pablo... more >>
SQL Agent job with CDONTS & stored proc
Posted by Wes at 1/30/2004 3:58:08 AM
i have a job configured to run a stored procedure. In
turn, that stored procedure then calls another stored
procedure which is using CDONTS to send an email.
the job fails. if i run the stored procedure within
query analyser it works fine. If i configure the job to
call the send mail s... more >>
Slooooow access to temp table the first time
Posted by Jacob Pedersen at 1/30/2004 2:25:56 AM
I have 2 temp tables in a storedproc (MSSQL2000 SP3)
Here is the first one (example)
CREATE TABLE #AllotmentLines (
AllotmentNumber INT,
RoomTypeNumber INT,
DateStamp CHAR (8) COLLATE DATABASE_DEFAULT NOT NULL,
CurrentCount SMALLINT,
Adults SMALLINT,
Children1 SMA... more >>
|