Topics
Started by
Posts
Last post
I have the following string that starts off with a pipe delimeter: | hello | world | I love sql ser…
8 replies
Hi, I have a requirement as described below: Table1: CustomerName CustomerRefNumber InvoiceNumber I…
3 replies
Helo Friends, Could you please help me create a SQL query for one of the steps in the functional sp…
7 replies
Hello Friends, Could you please help me create a SQL query for one of the steps in the functional s…
1 replies
Hello all, i have a query like this which is fast. select * FROM Table a where a.Country = 151 an…
10 replies
I have the following query which is supposed to update the password and email address of users who …
4 replies
I am getting an multi-part identifier could not be bound error on both tmptblListPrices.curListPri…
2 replies
I have a table like this Id ParentId 1 NULL 2 NULL 3NULL 41 51 62 72 83 93 I nee…
12 replies
create table #tmpChoice ( choice_seqn int IDENTITY(1,1), choice nvarchar(1000) ) insert into …
3 replies
Hi, My Query is: SELECT F.FFCBillDate AS 'Bill Date',F.FFCBillNo AS 'Bill Number', (SELECT vendorNa…
1 replies
I am using sql sever 2005 express edition there is no support for Database Mailing & also sql …
1 replies
I am looking for a way to find and identify stored procedures that are called by another SP. It co…
3 replies
Below is pseudo-code which I am using in a View SELECT (really complicated code with Case statement…
15 replies
I have one computed column Shorthours. In this computed column i want to display the result in hh.m…
3 replies
Hi I have a issue for full Index Search. IT word is not recognizing in sql server. It is not throwi…
2 replies
Viewing 15 topics - 781 through 795 (of 4,155 total)
You must be logged in to create new topics.