Topics
Started by
Posts
Last post
ok, I am having a major brain fart today and it is driving me crazy~ The idea here is that I need t…
14 replies
SELECT p1.ProjectId, m.Step, DATEADD(hh, m.StepDeadLine, p1.CreatedDate) AS ddline, ISNULL …
1 replies
asking for help in solving the following. trying to exec SET @cmd = ' use ? SELECT OBJECT_NAME(tbl…
12 replies
I have a command file that was generated from a legacy system, the total size of the command file i…
2 replies
Count(*) giving me wrong Value. select count(*) from Table_Name gives me 55,000,000 select rows fro…
10 replies
I have this query but the problem with this is the duplicate records and it takes time to load the …
2 replies
I have a table, CREATE TABLE [dbo].[HaHa]( [PNR] [varchar](20) NULL, [Date] [varchar](20) NULL, …
3 replies
I was wondering if this is possible to do in SQL. I am currently on SQL Server 8.0 and I have the …
5 replies
HI i have two tables with different number of rows and no identity columns in each one i want to j…
7 replies
Is there a way to run EXEC ('Select * INTO #INS From INSERTED') in trigger? OR Is there a way to …
5 replies
Hello Guys, We are facing some indexes related problem in SQL server 2000. The scenario is as f…
20 replies
Hi Guys, I have a stored proc which accepts a comma separted values in parameter @Retailers which n…
10 replies
Hi i found a post of how to detach multiple db's and it detach everything that is not on the sysdb …
3 replies
Hi I am sorry if someone has already posted this question and am asking again. This problem is eat…
58 replies
I have a table where I keep URL links from Google. A user will review each one and decide if it sh…
4 replies
Viewing 15 topics - 2,611 through 2,625 (of 17,082 total)
You must be logged in to create new topics.