Topics
Started by
Posts
Last post
hi, i think its a pretty simple task but i just cant seem to get it right as I am pretty new to SQL…
4 replies
Hi All, At the moment we are developing a search page on website. I was wondering if anyone had adv…
6 replies
Hi, I have two set of similar rows, one with type = 1 and other with type = 2 Create table #Custome…
2 replies
I have a piece of code that was pulled from the sp_spaceused proc in sql2000 that I used to keep tr…
2 replies
I'm trying to build a query where: 1) one of the columns is a subquery 2) another (computed) column…
5 replies
hi, i am new to sql server 2005, i am currently doing my project by using sql server, in my project…
4 replies
Hi All, Can you Please help me in this topic? I executed the following Sql Script and Its working F…
3 replies
Hello, I need help to chose the winner for each sample base on Max(RDN), but remove winner ID from …
5 replies
I have a situation where I could use some help Here is the table structure cstid________point type_…
2 replies
Hi Guys This is my first post so I hope I get my query over to you all in a reasonable way. I’m try…
2 replies
I have an application in which I need to get a user's last login datetime. I don't know how to do t…
2 replies
I have a query where I am doing a select on three columns that have a DB defined varchar(50). I wa…
3 replies
HI There, i have a requirement of storing the language preference of the user in the database. does…
1 replies
Hello, I am currently reading a book on SQL2K5 which also covers CTEs. Originally I thought that CT…
9 replies
if object_id('tempdb..#tmpExample') is not null drop table #tmpExample create table #tmpExample (…
1 replies
Viewing 15 topics - 11,416 through 11,430 (of 12,234 total)
You must be logged in to create new topics.