Topics
Started by
Posts
Last post
Hello, I have created a SQl function that pulls up the concatenated text from the select query. The…
1 replies
I am facing an issue in Insert Trigger in SQL Server 2005. I have 2 tables. Whenever I insert into …
1 replies
Dear all, I have a simple piece of code where I try to pump some data into a newly created temp tab…
4 replies
Hi, I have 1 excel in C drive which is i am writing into it, and sending as attachment using SQL s…
8 replies
Hello, is it possible to use a "variable" default value on a field. I'll try to make it clear with …
5 replies
Hi Guys, I am using SQL SERVER 2005. I havent used any trigger till now in my job. So I am facing a…
1 replies
a. tblMen i. ManId (Int) – Primary Key ii. TestDate (Datetime) – The date that the person has taken…
1 replies
hi, I am trying to import an XML file into SQL server 2005. Will it not create the tables and requ…
2 replies
I am trying to get percentages. I realize that I am doing integer division and the result will be …
3 replies
is there any possibility to set the date format "dd-mon-yyyy hh24:mm:ss " in SQLServer2k5?... not u…
3 replies
i have stored procedure as follows proc_multi_trans() { insert stmt // here i want to make a log i…
12 replies
Select top 5 'MY DATABASE TABLE: ' + name from sysobjects where xtype = 'u' order by 1 desc Pre…
7 replies
Hi there- I am trying to shape an xml result from a query using xml explicit. I am very new to usin…
5 replies
By: danielah
Dear Experts, I have an interesting problem here. I have a two values on a row. Say value A = 5000…
2 replies
Hi, I have two tables (SQL Server 2005) "PeoplesCalender" and "Leavers". The two tables look like t…
3 replies
Viewing 15 topics - 871 through 885 (of 4,155 total)
You must be logged in to create new topics.