Topics
Started by
Posts
Last post
Greeting, I've just started with SQL (MSSQL 2000) and got stuck at this problem. The actual tables …
5 replies
How can i write 13445 as 13,445 and 13444444 as 13,444,444 and 1345 as 1,345. Thanks, Hari
7 replies
Hi all, I've got a varchar column containing unprintable characters that is causing problems at the…
6 replies
I have two records is a DB in Record1 it has 'A' in Field1 in Record2 it has 'a' in Field1 When I d…
8 replies
Hi all, Silly question but is there any kind of utility (other than bcp) to "upgrade" a SQL 7 forma…
2 replies
I have a problem. I am trying to delete a record from one of my tables and it says the it can not …
7 replies
Dear All, I would like to clear down an existing database however my SQL has run into some problems…
2 replies
Hi everyone, I have imported some data from one database to another. The original database stores t…
3 replies
Hi All I am not able to update large amount of data (40 million records) with a simple update comma…
6 replies
Here is a table table1 and its content: Name Type =============== A 1 A 2 B 2 …
2 replies
I have the following table, CREATE TABLE [dbo].[tbl_Users] ( [UserId] [int] IDENTITY (1, 1) NOT NU…
1 replies
Hi! In many stored procedures I found some drop #temp_table statements. On my objection, that you d…
15 replies
Hi, I want to create a view based on two tables called A and B. The 2 tables are joined by the emp…
1 replies
How to Debugg a StoredProcedure in Query Analyzer?
4 replies
Hello, I'm trying to update a column of data my local DB from a table in a database on another serv…
2 replies
Viewing 15 topics - 14,326 through 14,340 (of 17,082 total)
You must be logged in to create new topics.