Topics
Started by
Posts
Last post
Hi, I hope somebody can help me solve the following problem. I need to select unique records based …
12 replies
O'Halfbubble here wondering how you handle Irish style names with the Soundex function. soundex('O'…
3 replies
I've been beating my head against the wall for a bit with this problem and was wondering if anyone …
19 replies
I HAVE A TABLE LIKE TABLE TBL_INTRATE SCHEMEID INSTLNO ROI 1 1 20 1 4 22 1 …
6 replies
HI ; I have to import the MS-access Database .mdb File to sqlserver 2008 R2 VIA (scripts) My questi…
1 replies
Now I have got this code in C#.net in my Class library: [SqlProcedure] public static …
1 replies
Hi There, we have an indexed view thats causing some issues. We access the view via a synonym in a …
15 replies
hi Everyone, i have a query , where i use a order by clause, i have columns th…
4 replies
1)Please write an SQL query for the following. Consider the following tables. Genre Genre gid genre…
9 replies
Hi , what is Microsoft join?why people dont recommend it.Does using Microsoft join degrades…
11 replies
I have a table as such CREATE TABLE [dbo].[DAuditNew] ( [EventID] bigint IDENTITY(1, 1) NOT NULL, […
10 replies
I have one procedure which is called parallely multiple times. Now there is one SELECT [READ] state…
4 replies
Hi, I have a Menu Table call as Modules with the columns as mention below CREATE TABLE #Modules ( …
16 replies
Hi ; Declare @table Table (id INT , datevalue SMALLDATETIME) INSERT INTO @table SELECT 1 , '01/01/…
2 replies
Hi All, Below is my scenario, I have a text say: Newdb.[DBName].dbo.TableName Now i want to replace…
14 replies
Viewing 15 topics - 5,626 through 5,640 (of 10,647 total)
You must be logged in to create new topics.