Topics
Started by
Posts
Last post
All, I'm trying to import XML using t-sql for the first time. I've created the following example to…
1 replies
Hi can anyone help me with some SQL code to insert some decimal numbers into a table please? I have…
15 replies
Hello, i have often the Problem that i must the information from 2 line (1 row) i need in 1 line Ex…
3 replies
Hi everybody, I need help to find and delete a duplicate line in a table. The row I am trying to d…
6 replies
hello How can I remove NULL from SQL-Server PIVOT create table #test (code_option varchar(10) ,age…
4 replies
Following on from this topic, which Mark Cowne answered perfectly, I have another SSIS XML puzzle, …
4 replies
Hello all, i would like to send a html Mail with sql server. But i can´t solve it by more than one …
3 replies
Hi, Let me elaborate with example:- I having an existing TableA with below sample column & data…
2 replies
I have a script: if OBJECT_ID('temptable') is not null drop table temptable go if OBJECT_ID('tempd…
1 replies
Hi everybody, I have a table and for every object I need to find further information from other tab…
9 replies
Hi Forum, I have a table that uses the script below to create fields with Spaces at the start of th…
10 replies
We have two different databases on the same server. The server collation is Latin1_General_CI_AS. …
4 replies
I'm trying to export a query to an XML file. The file gets created fine but it's empty so it's my S…
4 replies
Hi, I've got a table containing Dates in YYYY-MM-DD which I need to change to YYYYMMDD in SSIS. I'v…
8 replies
Hi, I have some Tables that I want to transform in SSIS. Any occurences of more than one comma or o…
2 replies
Viewing 15 topics - 481 through 495 (of 1,544 total)
You must be logged in to create new topics.