Topics
Started by
Posts
Last post
DECLARE @Input Varchar(20) SET @Input='Parthi' Select @Input I need O/P like:'Parthi's' How to Get…
4 replies
i just want write a trigger for adding two text box field then put the result into the third text b…
9 replies
Hi every body Can anyone help me to guide how can i import data from excel file to mysql table. My…
17 replies
Hi I am having a randomly recurring problem where I get the error message: "Could not find prepared…
5 replies
How to use the below script using cursor to get the same output DECLARE @diskspace table (SNo int i…
3 replies
Hello experts, I’m having a challenge in writing a simple delete statement. I’ve a table (FirstLeve…
2 replies
Hello experts, I’m having a challenge in inserting a row in one of the table. I do some checks and …
3 replies
Hi, Have a small requirement. I have a table with two columns and i require the below expected outp…
16 replies
Hi, I have three tables: - Container - Item - ContainerItem ContainerItem holds which items are in …
11 replies
I'm trying to remove duplicates from a query result. Here is an example and then I'll explain: Col…
4 replies
we also facing problem on our production. Openrowset is working for some day and then again it fail…
5 replies
I can use various system views to determine the names and data types of the columns in tables and/o…
3 replies
I have a asp.net application which is used intranet by the client. The hospital patient turn over i…
1 replies
Hi, I have a small requirement. Need output as follows. create table test1 (c1 int, c2 int ) inser…
1 replies
Gurus, I'm currently working on an application that gets the data from a web service as below <r…
1 replies
Viewing 15 topics - 1,366 through 1,380 (of 4,155 total)
You must be logged in to create new topics.