Topics
Started by
Posts
Last post
Hi Friends, I have very complex functionality- I have developed 3 Stored Procedures- 1) Jobposting,…
4 replies
Hi, I am wondering if there is a standard industry name or term for this concept aside from "horrib…
2 replies
Not sure what I am missing here possible brain freeze declare @loginname varchar(35) set @loginname…
3 replies
We have 1 table valued parameter (tvp) coming to GetXXX stored procedures. It contains only 1 colum…
17 replies
Hai friends, create table user ( user_id varchar(100), name varchar(100), designation_id var…
2 replies
Hi, My Database Mail works fine, but every time i open SSMS, in order to send mail. I have to execu…
5 replies
Hi , I have a table which holds the employee details : /******************************************…
7 replies
Hello, I need little help. I have an existing database and i need to have an ERD of this DB. Is the…
1 replies
I have the 2 columns with time datatypes. select top 5 [Connect Time2],[totalTime2] from dbo.verizo…
27 replies
I have the data as below. I need to normalise the table with this data.. can someone help me how pe…
6 replies
Hello Please help me here., i have below tables called student (sno, sname, address) StudentDrillEn…
2 replies
Hi Guys, I want to create UDF. Below is my logic. Please guide me where i am wrong. Alter Function …
34 replies
I am trying to figure out how this works. Locking difference between TabLock and TablLockX. They …
7 replies
Hi Folks, I am trying to perform some if/else logic on the last business day of the month. I have a…
2 replies
Is there a better way of doing this? IF object_id('tempdb..#Temp1') IS NOT NULL BEGIN DROP TABLE…
6 replies
Viewing 15 topics - 4,111 through 4,125 (of 10,636 total)
You must be logged in to create new topics.