Topics
Started by
Posts
Last post
What is difference bwtween Inline Table-values Function and Multi-statement Table-vlued Function? M…
9 replies
CREATE PROCEDURE [dbo].[svg_RiskGetCardLocationByIso] declare @CardNum varchar(100), declare @DateF…
4 replies
i configured Database mail with my company domain and it works fine and thank you for everyone help…
9 replies
Hi all - I have an ISQL Batch File here: isql.exe -U SA -P XXXXXX -d DBNAME -S SERVERNAME -n -i vsm…
3 replies
SELECT SUM(Amount) AS Amount_1 ,Sum(Amount) AS Amount_2 FROM xyz WHERE Column_1 = 2 AND Column_2 = …
1 replies
Hi to all CREATE TABLE SCHOOL (id INT , class VARCHAR(50), name VARCHAR(100), avaliation INT) INSER…
3 replies
Hi, While loading the database to the client for demo / installations, is it good to generate scrip…
1 replies
Hi, I have a table like col1,col2,col3....suppose the values are product, brand, color i want to re…
4 replies
Hi guys, I have the following stored procedure. It runs fine only that I cannot capture for some re…
5 replies
Hi there all. I am using the 'insert into' command to import from excel into SQL database. The func…
9 replies
I have a table named employee inout and having below data; Employee codeIn dateIn timeOut time 0…
1 replies
hi all, How get/modify the profile_name of a db to send a email from sql (to add profile_name para…
1 replies
USE [DBA] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE […
7 replies
I have a table storing user login & logout details with userid, username, login & logout …
1 replies
Dear All, I have a simple query, and I need to change the returned data. I mean if some row has a v…
3 replies
Viewing 15 topics - 2,671 through 2,685 (of 4,155 total)
You must be logged in to create new topics.