Topics
Started by
Posts
Last post
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
I recently changed positions, and came from an Informix database environment, where I could use SQL…
14 replies
I posted this on Microsoft's SQL Server forum but I want to post it here as well to see if anyone h…
1 replies
Hello Guys, Can you help me to solve these questions? Employee …
4 replies
1. I need to find the names of the customers who have purchased academic books. (Coding required as…
4 replies
Viewing 15 topics - 3,271 through 3,285 (of 3,313 total)
You must be logged in to create new topics.