473,554 Members | 3,131 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.
1
25,845
thread by: elpako | last post Jul 20 '05 by: Hugo Kornelis
how to show all tables in current database ?
1
25,812
thread by: Icaro | last post Jul 20 '05 by: David Portas
Hi everybody, I was looking for an equivalent ORACLE INSTR Function in MSSQL but I don´t found it and I don´t know if it exist so I must to write it and this is the code. Maybe it will be helful to you: /*************************************************************************** Description: Looks for a string inside another string and...
4
25,754
thread by: arfanameer | last post Jul 23 '05 by: saghir.taj
I want to retrieve the list of all logins in the sql server. can anyone help me in that?
3
25,738
mrknifeguy
thread by: mrknifeguy | last post Dec 7 '07 by: sapphirerus
Hello, I am trying to do something out of the ordinary. I have searched the forums to no avail. I have two SQL tables containing inventory data of the same items but the descriptions are not exactly the same (one table is from an insurance company, the other from an independent contractor). I need to reconcile the item numbers from one table...
1
25,707
thread by: Vincento Harris | last post Jul 20 '05 by: Erland Sommarskog
sql server 2000 8.00.194 Microsoft Windows 2000 Service Pack 2 I looked into my sqlserver agent log and found the following ODBC Error 0 Timeout expired logon to server local '( failed)' (Job manager) I have no idea what that means but it did keep out users for a minute or more. The threads found on this forum almost all point to...
7
25,677
thread by: Aaron Lawrence | last post Feb 15 '06 by: Aaron Lawrence
Hello all. Is there a simpler way to write something like this: select column_a from table where column_b = ( select max( column_b ) from table ) ie. find the row where column_b is at it's maximum and return another column's value?
7
25,579
thread by: alvinstraight38 | last post Oct 1 '07 by: Erland Sommarskog
Hey guys, I'm pretty new to SQL configuration, and I need to give EXECUTE persmissions for one of the SQL user roles. I am running SQL 2005 Management Studio Express - free version. I found the list of my stored procedures, but I can not locate any permissions screen. Can someone help point me in the right direction? Thanks!
1
25,557
thread by: Sabrina | last post Jul 20 '05 by: Dan Guzman
Hi everybody, I need some help in SQL Server. I am looking for a command that will "Drop all user table" in a user database. Can anyone help me? Thank you very much Sabrina
6
25,516
thread by: mindphasr | last post Jul 23 '05 by: Erland Sommarskog
Greetings, Are there any tools freely available to modify or edit a .mdf database file? As far as seeing the actual tables? Regards, cd
10
25,514
thread by: Captain Nemo | last post Jan 26 '06 by: Erland Sommarskog
Hi I'm working on an ASP project where the clients want to be able to effectively perform SELECT queries joining tables from two different databases (located on the same SQL-Server). Does this involve creating virtual tables that link to another database, or am I completely on the wrong track? Any hints as to where I might find more...
4
25,494
thread by: Mahesh BS | last post Jul 17 '06 by: Tony Rogerson
Hello, I need to write a query to find out a set of missing number in a given sequence. Eg : a Column in some table has the following data
2
25,424
thread by: Stephen McMahon | last post Jul 20 '05 by: Erland Sommarskog
Background: I am currently working on a mission critical web based application that is accessed 24 hours a day by users from just about every time zone. We use MS SQL Server as our database and we have lots of problems with time-outs. We used to have lots of problems with locks until my management decided that we would use the WITH (NOLOCK)...
1
25,364
thread by: goyal.mayank | last post Aug 31 '06 by: Erland Sommarskog
Hi All, For hardware upgratdation we have to move our database server(MSSQL 2000) from a P3(Window 2003) machine to a p4(Windows 2003) machine. We have replicated the data from P3 machine to P4 machine. the replication was success full. After this we have changed the name of the p4 machine to tha of p3 machine.
7
25,317
ak1dnar
thread by: ak1dnar | last post Jun 22 '07 by: ak1dnar
Hi this is my first visit to the MSSQL forum with a question. Let me explain the scenario, I have a table say clients table with the structure like id,foo,etc.. and lots of records on it. But the issue is this id column is not an IDENTITY column. But the values for the Id column don’t repeat since it has handled from the application...
1
25,314
thread by: Guinness Mann | last post Jul 20 '05 by: Dan Guzman
I have an existing table: CREATE TABLE TestQuestions ( qId int NOT NULL IDENTITY(1,1) CONSTRAINT PK_TestQuestions PRIMARY KEY NONCLUSTERED, testId int NOT NULL REFERENCES Tests(testId) ON DELETE CASCADE,
4
25,301
thread by: epaetz | last post Jul 23 '05 by: epaetz
I'm doing a bcp out of a table to a file. Some of the fields in a record may have an empty string. When I bcp out to the file and examine it, the fields that have an empty string in the database now show up in the file as having one blank character. Why is bcp doing this? I don't want the blank character in my output. Thanks,
4
25,269
thread by: NDayave | last post Oct 27 '10 by: ck9663
Hi, I have a query that is sorting people into their respective areas of the country and need to assign each postcode the correct label (Eg: 'North', 'Wales', etc.). I am trying to do this in a CASE statement at the moment but it does not like the IN() part, returning all the values with the 'N/A' label. Everything parses fine and the query...
12
25,076
thread by: =?ISO-8859-1?Q?Ren=E9?= | last post Nov 8 '08 by: Gints Plivna
Hi, is there a rule of thumb what is better/faster/more performant in SQL Server 2005? a) SELECT * FROM A INNER JOIN B ON B.ID = A.ID AND B.Cond1 = 1 AND B.Cond2 = 2 b) SELECT * FROM A INNER JOIN B ON B.ID = A.ID WHERE B.Cond1 = 1 AND B.Cond2 = 2
3
25,034
thread by: Dan | last post Jul 23 '05 by: Erland Sommarskog
Hi, I have an access 2003 database which connect to sql server via a DSN that goes through a VPN. The database works fine and everyone can coonect from their normal computers but for anyone working on their Laptops (IBM Think Pad T42's) they cannnot connect to the datasource. The DSN fails upon connection attempt with : Connection Failed:...
6
24,977
thread by: ilo | last post Oct 11 '06 by: ilo
When I want to delete a data from a table that this tabl has a trigger and this trigger reached another tables to delete the data in cursor I have this messeage: DELETE failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. My trigger : CREATE TRIGGER ON . FOR DELETE
2
24,943
thread by: smeagol | last post Apr 27 '06 by: Orla
Hi, I keep getting this error message for a trans.log backup. Operating system error 112(error not found). The disk has about 6GB space free, and the backup should only take up about 550 MB, so I would think it is not space related but... The disk is NTFS. Any ideas?
2
24,935
thread by: nano2k | last post Jun 27 '08 by: Helmut Woess
Hello I accidentaly ran a DELETE command against a table with a wrong WHERE clause. My database had no backup, but the recovery model was Full. I am using SQL Server 2005. Is there a way, or any utility software that could help me recover the lost data? The .ldf file is twice as big than the .mdf file, so I think that my
3
24,901
thread by: Kofi | last post Jul 20 '05 by: Kofi
I need just the names of tables, views and sprocs within a SQL Server database. What's the easiest way to do this?
10
24,884
thread by: Riaan | last post Sep 2 '08 by: ck9663
Hi There, I am a newbie on SQL qieries and I am trying to run a query on a date/time filed to get yesterdays data. Here is my test query ran from SQL analyzer: select * from mvs_store_all_data_time_change where mvs_creation_date = {fn NOW() } The error I am getting is:
2
24,754
thread by: BF | last post Dec 19 '06 by: BF
Hi, I have some tables where I import data in, lots of field have gotten a NULL value which the application can not handle. Now can I replace each NULL value with '' in a columns with: update <tableset = '' where IS NULL But because there are lots of columns this is pretty much work, also there are multiple tables.

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.