Topics
Started by
Posts
Last post
I am reviewing some stored procedures coded by the previous DBA. I see the following construct repe…
5 replies
Why is the table name case Sensitive? Is there a way to avoid this? Person.Contact not equal to …
1 replies
Hi friends I have one coulmn in my table ,it has data look like this.. Number=122time=1209/n/n/nons…
26 replies
Here's my table and some sample data below. CREATE TABLE [dbo].[tblTaxRate]( [RequestId] [int] NUL…
3 replies
Hi all, I have a table type "TbType". It's used to pass result set from .net app to sql server. Bu…
3 replies
Need to update/convert a varchar column to time. Example varcharTimeColumn ------------------- 00.…
14 replies
Hi folks, I have these two tables: -the transactional table: CREATE TABLE [dbo].[application_lead](…
4 replies
I have one table test described in below,which has two columns date1 and id .I would like to retriv…
3 replies
I run the following queries: select top 10 LINKED_FLG,IMAGE_ACCOUNT_NUMBER from FACT_TXN_INFO where…
5 replies
Hi All, I need to create x records in a table where x comes from a column in another table. Example…
4 replies
So I want to locate instances of an odd problem we are having that is being logged. This event occu…
2 replies
Greetings, I have a background in Access Programming, and within the last year have ventured into …
7 replies
I have the following table: CREATE TABLE [dbo].[VerizonDetailsFinal]( [From Number] [varchar](50) …
4 replies
I have a one to many table and am seeking solution to get desired output (report). Comment: I event…
4 replies
------------------------------------------------------------ -- local variables ------------------…
7 replies
Viewing 15 topics - 10,321 through 10,335 (of 10,647 total)
You must be logged in to create new topics.