Topics
Started by
Posts
Last post
Hi everyone, I have table called products which is having catid field whixh is of type varchar,Wher…
35 replies
Is there a way to connect to a web service through sql server without java or asp? I have been res…
6 replies
Hi, I need the best way to find the grade based on Percentage Range in SQL 2005 Percentage Table Lo…
4 replies
Hi All, I have a OrderDetails Table with SINumber as Column in it. ID is Identity field in the Ord…
2 replies
begin try exec dbo.spBlah end try GO create proc dbo.spBlah as -- is there any way to know? --(en…
1 replies
Hi, I have tables of following structure Employee Table EmpId DeptId GradeId 100 …
5 replies
Dear All, In the below procedure,i want to little bit modification. I am a Java J2ee professional.I…
7 replies
Hi, I'm wondering why is it a bad practice to have table relationships between 2 or more databases?…
7 replies
14 replies
Dear ALL, I have a table named Entity with field names (ID, FieldName) with the data is as follow :…
6 replies
HI DECLARE @FromTime VARCHAR(15), @ToTime VARCHAR(15), @UserId INT DECLARE @FTime VARCHAR(15), @TT…
16 replies
Hi everyone, I'm trying to compare two tables and figure out which column for a specific record ch…
3 replies
Hello experts, Iām trying to write a simple query using wildcard character % but not getting the re…
1 replies
Hi, I have a table like this:CREATE TABLE #TEMP ( Col1 int not null, Type int not null ) GO INSERT …
7 replies
Hello, I'm trying to trim the trailing spaces in my column data using below t-sql. MAX(LTRIM(RTRIM(…
9 replies
Viewing 15 topics - 1,351 through 1,365 (of 4,155 total)
You must be logged in to create new topics.