Topics
Started by
Posts
Last post
Hi All, I need to get a minimum month and year from a table and then a row for every month/year up…
5 replies
How do you handle the “SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED” with common table expressi…
6 replies
I've taken a look at the scripts and forum posts on the site regarding finding duplicate rows, but …
4 replies
I am a fresher dba i got a task where i need to convert int value to varchar please help me with th…
4 replies
Hello, I am trying to do an update based on a join condition and I am getting the following error: …
1 replies
I've a column name called "Codes" and the datatype is nvarchar. The data looks like X200, 516, XD1,…
4 replies
Hi, I use DATEPART(month, myDate) or MONTH(myDate) the resut is: 2 (if myDate is 2013.02.03). I wou…
28 replies
Hi, My name is Kashif, I am very new in sql server, I want create a UDF function that will return a…
2 replies
Im confused on why this query is not working.. Data - vend_i dept tot_wgt 1 1 …
6 replies
use [12] go CREATE TABLE Test1 ( TestID uniqueidentifier CONSTRAINT Test_TestID_Default DEFAULT new…
4 replies
I want to do this. select count(*) from ( select col1,col2,......col18 from REVemployee.tbemp group…
1 replies
The functionality of Rollback statement in T-SQL is such a way it rollbacks to the outermost nested…
6 replies
I have a large query that is returning multiple rows that I tracked down to my jornal table. It has…
9 replies
I have two tables, a and b. I want to select all from table a (except where proc_num is null) and …
10 replies
I have a requirement to archive & purge my OLTP data. The database is a tightly defined relati…
2 replies
Viewing 15 topics - 3,541 through 3,555 (of 10,647 total)
You must be logged in to create new topics.