Topics
Started by
Posts
Last post
I have a column with 'name/dept' or 'name-dept', such as 'jones/1234' or 'jones-1234'. Is there a f…
17 replies
Hi, I'm learning sql and want to learn more about the functions. How can I write a statement that w…
6 replies
Hello, here is my short script in sql server 2000: Create Table #tmp(ID int,y_val char(30),...) Ins…
15 replies
This may be a good place for you to start off with SQL Server Indexes: http://www.sqlteam.com/artic…
3 replies
Hi, I've worked out how to use Join with Select Statements, but I need to use it with an Update sta…
5 replies
Hi, I know I can SELECT INTO another database. select * into database1.dbo.table1 from table1 Can …
8 replies
Can anyone explain me how SQL index works. For eample if i create individual index on two fields li…
7 replies
I need help with the SQL query to comare two tables in two seperate databases on the same server. T…
20 replies
Hi I am so stumped (and new to really using sql server). Here's what I'm trying to do. I'm loadin…
1 replies
All, Thank you very much for creating forums such as this for those of us who are, at best, journey…
13 replies
I would like to update a char column by adding a ']' to the end of the existing data. The data is i…
8 replies
I have a script to create tables and procedures and to insert data into the tables. I have to pass …
3 replies
Hi, I have a NVARCHAR(2) column which holds the 'Potential' for users. I am facing an issue related…
1 replies
Hello, I need some help. What I need is to turn my column output into a row based solution. My cur…
2 replies
Hi I am using SQL Server 2008.I want to write a stored proc to get values from three tables and eac…
2 replies
Viewing 15 topics - 1,786 through 1,800 (of 2,735 total)
You must be logged in to create new topics.