Topics
Started by
Posts
Last post
I have the following: DECLARE BalanceDue money, ktr int but I get a red underline under "money" and…
5 replies
I have the following: Create table Table_1 ( [col1] varchar(10) null, [col2] varchar(10) null, ) I…
15 replies
So, say I have a record where StartTime is '2013-06-07 13:00:00.000' and EndTime is '2013-06-07 13:…
2 replies
I need to add time to a value. The value is stored as char(4) - example '0630'. I know to use the d…
3 replies
I've been mulling over this for a while, and there's something about using the APPLY function (OUTE…
9 replies
Hai friends, my table structure is create table journey ( journey_id int identity, fromplace varch…
5 replies
Hallo I need to implement this: A row in table A must be in relationship with at least one row in t…
3 replies
Hi. could not truncate table due to FK constraints Table defination /****** Object: Table [dbo].[D…
3 replies
1st time/long time, Quick question in general. I have a table i'm trying to purge a table. i'm dele…
1 replies
I have a sql server database table with columns as shown below : Table1 Id Name ErrorCodes 1 AB 2…
7 replies
create table #MyTable (RecID INT IDENTITY(1,1),trxnNum int,Site varchar(10),Company VARCHAR(100)) I…
1 replies
Hi, yesterday I was working on a scenario in which I have 3 tables Table1, Table2, Table3. Table3 c…
3 replies
There is a list of servers and databases kept in the catalog DB ie the DB name and connection detai…
5 replies
I have been struggling with this all morning, and I think I am missing something obvious. What I n…
10 replies
Hello, I have the following query which takes lot of CPU (4 sec) and Duration (4 sec) all the time.…
17 replies
Viewing 15 topics - 3,571 through 3,585 (of 10,647 total)
You must be logged in to create new topics.