Topics
Started by
Posts
Last post
How can I re-use the value of column three below? select col1,col2,sum(col1+col2) as col3 from tabl…
3 replies
Hi, I recently bought a copy of SQL Server 2005 Standard with 10 CAL's. Now I need to add on a pack…
5 replies
Hi Folks I have a question on just where the Maint Plans should be created and modified. Should it …
2 replies
Below is the query it works fine without the last 'AND' condition but when that condition is applie…
5 replies
Hi, I want to add a rowid to an existing table in sql server 2005. Is the statement below correct?…
6 replies
Hello all, I am relatively new to tsql and have come across an issue I do not know how to solve. I…
2 replies
Hi Guys, I have the following little join: SELECT Users.Email FROM EventParticipants RI…
10 replies
Can someone please explain what is multiple sql server instances? How can that be used in a single …
13 replies
Our company's EMR has migrated from SQL Server 2000 to SQL Server 2005. I had created about 15 repo…
20 replies
Hi Folks is there anyway to make copy or duplicate a MP you have already created ? also is there an…
11 replies
using System; using System.Configuration; using System.Data; //using System.Linq; using System.Web;…
2 replies
Hi, Can anybody elaborate the difference Between 1- Information_Schema.Columns 2- S…
1 replies
Hi there, I have a table that has an identiy column as the primary key. My question is how do I ge…
2 replies
I've seen a few threads on this question but I'm not quite sure my scenario was answered or not so …
6 replies
I know I can use my SQL Server Management studio to view the files and columns in a newly created d…
10 replies
Viewing 15 topics - 1,486 through 1,500 (of 2,735 total)
You must be logged in to create new topics.