Topics
Started by
Posts
Last post
Hi Experts, i have to write a where condition where i need to compare string with date i have 2 col…
18 replies
Hi Experts, please help me in writing a SQL Function as below the input parameter for function shou…
6 replies
Hi everyone, I have written one sql which is having performance problem. This table is partitioned …
4 replies
Hi All, May any one help me in query for the below scenerio : I have data like this in the table : …
5 replies
DECLARE @NUMBER INT = 10 DECLARE @data CHAR(1)='#' DECLARE @OTHERDATA CHAR(1)='@' DECLARE @SPACEDAT…
2 replies
Hey Guys, i have to delete data from a table which is older than 2 weeks, how can i use a cursor to…
27 replies
We have two tables with names X and Y. X has a,b columns. And Y has c,d columns. I want to update b…
3 replies
Hi, Will SQL Server 2014 Support to Read BLOB. As we see in oracle we have some concept called DBMS…
19 replies
How can u have the same tablename in sysobjects w/ different id's. It's making one of my processes …
9 replies
[SPACETIME] nvarchar(INFINITE)
6 replies
Here is my Problem: 1. I have sql 2008 R2 running on my LocalHost. 2. Created Data Base [Customer].…
4 replies
I need two tables to query together, but not if the value is blank(it is empty, not NULL) so I need…
6 replies
Hi! I am trying to call procedure from function but getting following error. Invalid use of side-ef…
3 replies
create table #temp_Alpha_num ( [uniquenum] [int] Not NULL, [Somenum] [int] Not NULL, ) Insert int…
4 replies
Hi, I have two columns in the same table One is data_value (varchar) and the other is sql_data_type…
16 replies
Viewing 15 topics - 3,016 through 3,030 (of 3,062 total)
You must be logged in to create new topics.