python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Count columns that ends with the same value starting with a value you choose
I have a table which is like:
Identfier
Abc XY: a(123)
Abcd XY: a(123)
Abcde XY: b(123)
dfe XY: b(123)
dfeg XY: b(123)
dfegh XY: c(123)
ijk XY: c(123)
I want to count columns
t...
Abdelraouf dz
Votes: 0
Answers: 1
Concatenate XML Attributes SQL Server
I have an XML data set that which defines a list of Customers and all the Products the customer has purchased
<Info>
<Customer CustomerId="1">
<Product Name="A"...
Mark Davich
Votes: 0
Answers: 1
Free memory when using geometry in SQL Server 2008 R2
This text was translated in Google Translate.
When using the geometry functions in SQL Server 2008 R2, I have noticed that my server memory is increasing, and I have no way to release used memory.
I h...
Daniel Sanchez
Votes: 0
Answers: 1
Auto clear SQL Server SSIS custom Log table once it is reaching its maximum limit
We have a SSIS custom log table where we insert log entries for each step & every step performed by the job. We have plenty of jobs in place running in different frequencies. Each job fills the lo...
StackUser
Votes: 0
Answers: 0