Topics
Started by
Posts
Last post
--drop table #temp create table #temp (id int, idvalue int) insert into #temp(id,idvalue) select 1…
3 replies
Hi, I need help with the following query: ---------------------------------------------------------…
4 replies
Hi, I have a column with firstname lastname say 'john fernandez' i have to get jferandez..Please h…
1 replies
I need to update a empty column in our SQL database with the login ID for employees of our company.…
2 replies
I have two tables that I need to combine, they are as follows: AccountCheckInDT 3289442/14/2014 1…
3 replies
I have student table store in student contact number ,parent contact number , name address ,etc. an…
3 replies
is there any way or a tool to identify if in procedure the Parameter length was declarated less tha…
2 replies
I have a query which is working fine. Is it possible that if the table3's column(Child) is only rel…
6 replies
Hi, I have three databases and 40 tables within each database on my server, for each of the tables …
6 replies
Below is sample SQL: SQL_1: Creates a database SQL_2: Creates 2 stored procedures Now, I need to se…
6 replies
hi! I have a table history of Employee data. id | EmpNo | EmpName | MobileNo | Email | EmpSSS | Upd…
4 replies
Hi All, I have a requirement that I need help with, I am getting the table Mytemp populated from S…
4 replies
This is to follow up this thread on writing a user authentication script for a client application. …
5 replies
Hi All I have a data set as given below : CodeStartDate EndDate UpdatedDate 1…
6 replies
I have two tables. The first (tblInternalAuditRequirement) houses internal audits that are require…
4 replies
Viewing 15 topics - 1,966 through 1,980 (of 10,635 total)
You must be logged in to create new topics.