Topics
Started by
Posts
Last post
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
Hi all I'm looking forward to some innovative solutions to this one. I have a table of hotel bookin…
25 replies
Hi Forumer's I have a query that required to join 3 tables. objective: 1. I need to pullout all rec…
3 replies
Experts, I want to compare the text between 1st occurance of @ symbol and 1st occurance of any spec…
14 replies
Take a function like this: CREATE FUNCTION dbo.fn.example1(@foobar AS INT) What happens if this fun…
2 replies
Hi All, There is a requirement where we need to do give a list of rows missing from one table form …
2 replies
I have a scenario in which i need to get through different values (table) returned from The functio…
6 replies
I am doing migration data from stage database to target database using t-sql scripts. so, before st…
4 replies
Hello Friends, I have employee table which is in sybase, which looks like EmployeeIDEmpName S…
3 replies
Viewing 15 topics - 5,626 through 5,640 (of 10,635 total)
You must be logged in to create new topics.