Topics
Started by
Posts
Last post
This is the function oracle.xxxfloat BEGIN IF @first IS NULL OR @second IS NULL RETURN NULL IF @fir…
13 replies
Problem: I am trying to insert a a value into a column that has been encrypted using 'deterministic…
2 replies
I'm trying to use forfiles in an Execute Process Task in my SSIS package to delete files older than…
2 replies
SQL server became slow before I ran exec sp_updatestats
3 replies
Reposted this in Data Warehouse forum. This topic was modified 10 months, 1 weeks ago by L…
1 replies
Hi folks We have migrated database from sql server 2014 std to sql server 2022 std. database get re…
2 replies
Can anyone please recommend where one can volunteer SQL Server skills to gain experience in other t…
2 replies
<sorry, duplicate> =( This topic was modified 10 months, 3 weeks ago by pietli…
1 replies
Feel like I'm missing something blatantly obvious. I am trying to return the cost of each of a set …
2 replies
Hello, I ran below statements in MS SQL, and got error, but fine in Sybase: create table testDiffTy…
10 replies
By: james_toronto
How to rewrite a query in MS SQL, please? WHERE a.ROWID IN (SELECT rid FROM ( SELECT ROWID rid, row…
3 replies
Hi all, First I want to ask just a generic question. Does RLS in SQL always cause a Row by Row exe…
4 replies
I have installed the SSIS extension for VS 2022 community. When I go into Manage Extensions, it is …
4 replies
WHERE a.ROWID IN (SELECT rid FROM ( SELECT ROWID rid, row_number() OVER (PARTITION BY c.id ORDER BY…
4 replies
1, Customer table [TBLMEMBER] 's structure CREATE TABLE [dbo].[TBLMEMBER]( [TRANNO] [int] IDENTITY…
4 replies
Viewing 15 topics - 76 through 90 (of 413 total)
You must be logged in to create new topics.