Topics
Started by
Posts
Last post
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
VARCHAR2 (4000 Byte) in oracle What can be used in sql server 2008r2 VARCHAR(4000)?
3 replies
Hello Everyone I hope that you are having a very nice monday. I have found a column that is storing…
8 replies
hi i have the following string '[N] 18. Is the C.B. removed from the panel? [Yes / No]' and i need …
6 replies
Viewing 15 topics - 3,571 through 3,585 (of 10,636 total)
You must be logged in to create new topics.