Topics
Started by
Posts
Last post
hi all , i need to addition to column which i given below. SELECT CASE WHEN UPPER(f.newact) = 'N' T…
3 replies
hi, I need help to write a select statement that take the upper table and select the lower table. t…
3 replies
Thank you for reading. I have a table (represented by #Events) that holds modifications made to an…
4 replies
Hi, Updating a statement takes 120 millisecond in SQL server 2000 Updating the same statement takes…
6 replies
Hi Guys, I have an interesting problem I am trying to solve without using cursors... I have a data …
2 replies
I have a linked server called DOA_FANS on my SQL 2012 that connects to an Oracle server/database. …
1 replies
I need to write a process to get file size in kb and record count in a file. I was planning on writ…
1 replies
declare @address table ( AddressID int, AddressType varchar(12), Address1 varchar(20), Address2 var…
6 replies
I have this: EXEC msdb.dbo.sp_send_dbmail @profile_name = 'DBA_Mail', @recipients = 'paresh…
3 replies
Hi All, How to export data from MDS 2012 entity to SQL 2012 user database table ? Inputs are welco…
6 replies
Can anyone help me. I use a script which run in 2008 without error. But in 2012 i got this error: …
4 replies
i have a table attendance_details in both database DB1 and DB2, i need to move 01/7/14 and 02/7/14…
4 replies
Here is sample data I am working with: Create table cattimelines (categoryID int, EffectiveDate dat…
3 replies
Hi all, I'm hoping someone can help as I'm clueless 🙂 I'm looking for some TSQL script that filters…
7 replies
I want to create the following scenario. I have a table that stores employees working on projects a…
2 replies
Viewing 15 topics - 3,916 through 3,930 (of 4,984 total)
You must be logged in to create new topics.