Topics
Started by
Posts
Last post
create table TableA ( A int , B int ,c int ) insert into TableA -- we need to insert only one row …
1 replies
By: Nabha
Hello, How can I transform the output of a hour format FROM to this date 10/29/2009 1:01 PM TO this…
3 replies
Hi All, What is the major difference between index seek and index scan? I have read few articles wh…
3 replies
My intention is to pick up the highest sequence number incremented by '1' from the column Sequence…
2 replies
By: vmapex
Hello, I am in the process of creating a recursive query, but have no idea on the basics i.e. recur…
4 replies
SQL Server allows upto 128 characters for Column names. Perhaps no one will use such a long name. …
16 replies
For data like percentage,Ratios,Rates, liters, kilometers etc with 2 decimals, is decimal always th…
7 replies
Hi, Im sure there are multiple ways of doing this but I would like to see how this can be done usin…
9 replies
Hi All, I want to write a job that can be executed at specific time. And perform the operati…
2 replies
Good Morning Everybody, I need help in the following issue, In my SP i need to get the data in XML …
3 replies
By: NickDBA
Hello, Is there any way i can get values of @@cpu_busy, @@io_busy etc etc global variables of any l…
5 replies
In our DB, we have isolation level set to default : read committed. Now one of the person in team …
3 replies
Hello Friends, I want to convert 99999 to 99,999.000. Is any sql function is exists for above conve…
2 replies
I've been playing around with some C# .net and I was wondering something. The SqlClient.SqlDataRea…
1 replies
I have a table CREATE TABLE #IMaster (ID INT, ITEM1 VARCHAR(100)) GO INSERT #IMaster SELECT 1,'penc…
7 replies
Viewing 15 topics - 1,471 through 1,485 (of 4,155 total)
You must be logged in to create new topics.