473,544 Members | 2,037 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft SQL Server Forum

Microsoft SQL Server database RDBMS - Ask questions about MSSQL administration, queries, errors, xml, data access, transact-sql, tools, mirroring, integration, setup, stored procedures, merging and more.
0
1,397
thread by: Elham GH | last post Jul 20 '05 by: Elham GH
In propery page of view there is option "Bind to Schema" ,What does it mean and how does it work? Second:What is schema exactly? Thanks
0
2,906
thread by: rjp | last post Jul 20 '05 by: rjp
Hi, I am using a SQLServer 7 SP4 version. I have scheduled one job with the SQLServer agent which backup the log of the databases every day. The command is : "backup log base to with noinit" At the end of the command, the logfile shrink from 20Mo to 1Mo. I don't understand because I though that only 'backup log with
0
3,287
thread by: BAK | last post Jul 20 '05 by: BAK
From reading other posts, and modifying supplied scripts we have a CS server. Our new software package seems to need a CI database. The software developer says SQL is not case sensitive and our SQL must be broke. So ... How do I create a new database with enterprise manager with CI? We are running MS Windows 2000 Server for...
3
9,441
thread by: Scrappy | last post Jul 20 '05 by: Joe Celko
I am a SQL newbie! What is the correct datatype to use, if I want to record a checkbox from a web form? Thanks, Darren
1
2,948
thread by: Adam Stewart | last post Jul 20 '05 by: Erland Sommarskog
Hi All, We have started to get the strangest errors with our SQL Server. We use Windows and SQL Server authentication, and have done successfully for the last year or so. However last week i had trouble connecting to the enterprise manager with my domain credentials. Users connecting to Query Analyser have no problems when using their SQL...
1
1,635
thread by: Fardude | last post Jul 20 '05 by: Erland Sommarskog
Hi, I had this problem in version 7 and dont remneber How I solved it!! I have installed a local SQL Server (2000 aka version 8) on my Worksation (W2K), I have picked NT authuntication. Everything was fine untill I changed my password. Now SQL server can not start because it fails to login. The old password is embedded somwhere and I cant...
1
1,943
thread by: Mike Brown | last post Jul 20 '05 by: Erland Sommarskog
What methods are people using out there to keep their stored procedures under CM control? We are using CVS for our CM system. Looking for an easy way to get stored procedures scripted out as text so we can check in/check out of a CM system. Thanks! -- Mike Brown
1
3,263
thread by: erin | last post Jul 20 '05 by: Erland Sommarskog
When I run: select * from testtable I get this error message: Invalid object name 'testtable'. However, if I run: select * from testuser.testtable
1
2,580
thread by: Binu Jacob | last post Jul 20 '05 by: Robert de Jager
Hi; I need some help in writing a query and the following is what I am trying to do. SELECT VALUE_ID FROM CC000.VVALIDITYVALUE WHERE (CATEGORY_ID = 2) The above Query will give will every Value_ID where the Category_ID =2. Then
3
4,309
thread by: elams | last post Jul 20 '05 by: Erland Sommarskog
How to generate a seq number in TSQL. My need is for every record insert ,I need to insert a seq number paded with letter 'I'. Please help me. Adv Thanks mate -- Posted via http://dbforums.com
3
4,915
thread by: timmy_dale12 | last post Jul 20 '05 by: Erland Sommarskog
Hello Im am a sql newbie who has a question concerning triggers. Ive made this trigger: create trigger check_if_already_exists on users for insert ,update as begin begin transaction
0
3,361
thread by: Erik Miller | last post Jul 20 '05 by: Erik Miller
Hi Guys, I find there is memory leak in our SQL 2000+SP3 databass. We have a client-server system, and the there are Jrun4.0 running JSP and someother Java application talks to the database. However, for only less than 40 users, the SQL 2000 memory usage will increase consistantly until it use all the memory it can get ,about 1.7G...
1
4,084
thread by: A.M. de Jong | last post Jul 20 '05 by: Erland Sommarskog
In the hereunder written message I talk about point in time restore. It is now based upon the fact that there are no hardware problems or what so ever. I just would like to roll back to a situation of some time (minutes, hours or what ever) ago. Used to the ingres database a point in time restore can take place UP to any, any, any time...
1
4,855
thread by: Jenny | last post Jul 20 '05 by: Erland Sommarskog
I have a problem within a procedure I am working on. I would like to process every column in a table in a cursor. Now to my problem, I can't save a column of type text into a cursor variable. It's not allowed to use datafields of type text in this context. I also think that I runned in to a simular kind of problem when trying to use text...
1
1,985
thread by: Logan | last post Jul 20 '05 by: Erland Sommarskog
I am trying to transfer with dts a table of As400 into a db sql-server. But i receave un error (2147217865) With Access i can import the table with the same ODBC. You have some suggestion ??? thk by Logan bye bye
0
2,464
thread by: Steve Hoyer | last post Jul 20 '05 by: Steve Hoyer
I am working on bringing data into our SQL Server from a btreive database through Pervasive. It seems to work, mostly, but I am having problems with dates. At first, all date conversions from btreive field type Date to SQL Server SmallDateTime would produce nothing but errors of this sort: ActiveX Scripting Transform 'DTSTransformation_1'...
0
2,775
thread by: Steve | last post Jul 20 '05 by: Steve
WIN2000 sp4, SQL2000 sp3 I created an alias on the local server for the SQL 2000 server installed there, I can view and modify most sql server properties using this alias, but when I attempt to configure the local sql server for replication, as both a distributor and publisher, I receive the following message - "Error 18483: Could not...
0
1,635
thread by: Ante Perkovic | last post Jul 20 '05 by: Ante Perkovic
Hi, Sorry for completely newbie questions :) * Can you recomend me internet resources on MS SQL Server stored procedures? * Can MS SQL Server's stored procedures do the same things as Oracle's (I was programing with PL/SQL briefly few years ago)
1
67,370
thread by: Loi Tan Vo | last post Jul 20 '05 by: Steve Kass
Hi, I have a text file that contains a date column. The text file will be imported to database in SQL 2000 server. After to be imported, I want to convert the date column to date type. For ex. the text file look like Name date Smith 20003112
0
2,029
thread by: Gert Wurzer | last post Jul 20 '05 by: Gert Wurzer
Hi all! I hope anyone here can help me with this tough problem: I have a replication enviroment with several subscribers. Publisher:MSSQL 2000, SP3 Subscribers: MSSQL200, SP3 and MSDE2000, SP3 Since a few weeks, one of the subscribers fails when synchronizing with the message
1
8,783
thread by: Richard C Buchanan | last post Jul 20 '05 by: Steve Kass
I have a table as follows: - user_id (key) - user_email_address (text) - user_request_date (text) - user_sent_date (time/date) An automated macro will run every 5 minutes and needs to run a SQL UPDATE that:
2
6,917
thread by: Sue Swanson | last post Jul 20 '05 by: Erland Sommarskog
Yesterday I received a response to my CI/CS Collation problem and the recommendation was to try and restore a CI Collation database to a CS Collation database. After creating a blank CS database a full restore (Force restore over existing database) does change the Collation to CI. I'm unsure as to how I can restore without changing the...
2
5,339
thread by: Kyle | last post Jul 20 '05 by: Kyle
Got a tough one here for you SQL junkies. I'm working on a website (in ASP) for a national greek/college organization. All it's college chapters have greek chapter names, i.e. Alpha Chapter, Delta Chapter, Delta Iota Chapter, Gamma Phi Chapter, ect. ect. I need the SQL to return the chapters in greek alphabet ordering. See below: 1....
0
1,604
thread by: Novice programmer | last post Jul 20 '05 by: Novice programmer
I have the following code snippet: sql = "select * from customer where code = 'abc'" conn.BeginTrans With rs .Open sql, conn, adOpenDynamic, adLockPessimistic, adCmdText If Not .EOF Then ' --- Force edit mode --- !Code = "def"
0
5,252
thread by: john bailo | last post Jul 20 '05 by: john bailo
This is a (*) PERSISTANT (*) UNRESOLVED (*) ILL EXPLAINED PROBLEM WITH SQL SERVER. THE POSTED WORKAROUNDS DO NOT WORK. THE SUGGESTED SOLUTIONS ARE IDIOTIC AND BASICALLY MAKE EVERYTHING WRITTEN ABOUT DTS USELESS!!!!

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.