Topics
Started by
Posts
Last post
I have an ID column that is an IDENTITY value. But I have now realized that there are gaps in my i…
7 replies
I'm testing upgrading a SQL 2005 cluster to SQL 2008. After one successful upgrade, I've removed SQ…
7 replies
By: WayneS
i have trigger in a table, when i insert data to the table, trigger execute insert query to the dif…
4 replies
SQL Server seems to have "lost" memory between two operations: I was experimenting with making cros…
10 replies
By: Hardy21
I have a .NET console app that I'm executing from SQL Agent. I am handling some exceptions, but in…
1 replies
By: Adiga
hi all i have a sp that works fine in sql and crystal designer - but if i try to run it in crystal …
7 replies
By: dopydb
I'm working on a report, build on a stored procedure, that is supposed to only return 1 resultset. …
7 replies
By: WayneS
We have a critical server on a DELL PE 2950 running Windows Server 2003 Enterprise 64-bit SP-2. We …
3 replies
By: SQLRNNR
Hi all, This is a question I've been researching and would like your input on: Is it feasible to re…
13 replies
select t1.*,t2.Product_Name from ( select mobid, max(case when seq=1 then merchant else null end) a…
4 replies
Hi Guys, Been trying to rack my brains on how to do something in SQL that involved counts. We have…
3 replies
Hi, I wanna retrieve records for today. But not working? Any idea? select freedate from holidays wh…
15 replies
By: zhtway
Hi, I have table1 and table2 and wants to MOVE the selected (on condition) rows from table1 to tabl…
14 replies
By: zhtway
i am writing several stored procedures for seding database mails . I execute all those mail stored …
2 replies
By: Mike01
Trying to figure out my first pivot query. I have a table that has two rows per site. I need to co…
6 replies
Viewing 15 topics - 2,611 through 2,625 (of 10,974 total)
You must be logged in to create new topics.