Topics
Started by
Posts
Last post
We have a huge workload to be run on our Sql 2008 server (128 GB RAM, x64, 8 (dual core) processor,…
2 replies
I have a myriad of different queries on different tables that I captured in a profiler trace. If I…
1 replies
Here is my stored procedure so far: IF OBJECT_ID('dbo.usp_shipability') IS NOT NULL DROP PROCEDURE…
7 replies
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
Viewing 15 topics - 10,306 through 10,320 (of 10,635 total)
You must be logged in to create new topics.