Topics
Started by
Posts
Last post
Dear all: I encountered a werid bug that I can't figure it out in my stored procedure. Here's some …
6 replies
Hi, I found a few 'SearchAllTables' scripts out there to help me find a value in any table/column/r…
2 replies
Hello, I have two business needs to deny logon to any connection that is accessing SQL Server with …
13 replies
Hi, Below is my sample data Declare @sample1 table (name varchar(20),val1 int) insert into @sample1…
2 replies
Dear Friends i have two Tables , one has New records and another table has the same columns but wi…
13 replies
Hi - I have the following tables: tbl_Person (personID, first_name, lastname) tbl_student (studentI…
4 replies
declare @filename varchar(255), @path varchar(255), @sql varchar(8000), …
4 replies
Hi Friends, I want to concatenate image column with varchar column in stuff function. is it possibl…
8 replies
create table page ( id int, webpage varchar(max) ) insert into values(id,webpage)values(1,'/user/ad…
8 replies
Hi, Below is the My Table data... TypeUser Name region duration1duration2dailsMa…
2 replies
I am looking for an elegant way to return top n and sum up the rest, in my case CTE/temp table/vari…
18 replies
Hi All, I need help figuring out what I'm doing wrong in this code. I built a query that brings …
12 replies
I dont know why this seems to be so difficult. I have searched all over the web and these forums, y…
2 replies
Hi Friends, I m creating P&L(profit and Loss ) Reports of accounts its consists of 2 …
1 replies
Hi, I am trying to get previous 6 month data and am able to achieve it. Below is may sample query a…
13 replies
Viewing 15 topics - 1,381 through 1,395 (of 10,647 total)
You must be logged in to create new topics.