Topics
Started by
Posts
Last post
I am in the process of converting some old tables into a new format and I need to do an update as a…
5 replies
Hi I need to re-create the logins on my old server onto my new server. I wish to use a method that…
16 replies
i have a stored procedure where the customername parameter is a comma separated i am calling that p…
11 replies
I have a query that is comparing two sections and the I am converting the type to numeric (38,0) to…
4 replies
We have Server name- TESTXXAB Database name - TEST_USER This DB have many Tables Now we have to wri…
7 replies
Hi I have this query: BEGIN TRANSACTION INSERT CUSTOMER(NAME, CITY, STATE) VALUES('John C', 'Chi…
7 replies
Hi all, I have a SQL Server which encrypt me / decrypts sensitive data in nvarchar column to binary…
2 replies
I have some code with transaction logic in it. When an update fails, I want the transaction to roll…
6 replies
Does anyone know what is wrong with this query? I'm trying to make a date range 7 days before 'toda…
13 replies
Hi, Is it possible to achieve result that illustrated below in nice single query? I started doing p…
2 replies
Could someone desipher this query that was handed to me? Primarily, how are they joining OeOrders w…
5 replies
Hi there, I have a table code page in Chinese_PRC_Stroke_90_CI_AS and I am facing a 'select' proble…
5 replies
Hi, I have one row in table like below. c1 c2 c3 c4 2 4 6 5 now i want result like …
3 replies
can we create split backup files on shared drive while generating the backup.is so please help me i…
2 replies
CREATE PROCURE w AS ALTER TABLE t ADD x char(1) UPDATE t set x =1 Even when it lets me create that …
5 replies
Viewing 15 topics - 9,211 through 9,225 (of 30,225 total)
You must be logged in to create new topics.