Topics
Started by
Posts
Last post
Hi, I just want some ideas and suggestions on the best techniques to use to implement some logic in…
3 replies
Hi, Can you please let me know the steps to carry out regular backup's of sql 2005 database's. The …
4 replies
hi, i am using SQL Server 2005 DB for our APP. There are about 125 tables in the database. Want to …
8 replies
Hey everyone, I was doing some tests where I had to turn off SQL. Instead of going to the configura…
3 replies
Hi, I am trying to import 5,22,000 rows from excel file(.xlsx) to the sql server. When I tried t…
4 replies
Has anyone every experienced a situation where VLF fragmentation has made blocking worse? General…
4 replies
I have a table that has a clustered index on a column called time_stamp. When running a query, the…
6 replies
Hello, I a trying to sum up numeric data in newly created columns (the columns themselves have been…
6 replies
Hello, Good Day !!! Could someone please help me ? I am trying to create a new column(TEU) from the…
3 replies
I have to display first 4 letters of a country in a column [country_sub], both country & count…
6 replies
CREATE TABLE #TAB2 (SNO INT, UNQ_ID BIGINT) INSERT INTO #TAB2 VALUES(1,10) i have to increament th…
9 replies
Dear all, I want to retrieve one XML column from a table via a stored procedure on a server and fir…
2 replies
Here is my block of query : select o.ordernumber,o.ordertype,o.orderdate,od.number8xx,od.resporgid…
1 replies
consider a table create table company(com_id int primary key,cname varchar(150),clocation varchar(…
8 replies
I want to concatenate like so: TableB.description = TableB.description + TableA.description Here'…
9 replies
Viewing 15 topics - 2,071 through 2,085 (of 10,974 total)
You must be logged in to create new topics.