Topics
Started by
Posts
Last post
Hello, looking for t-sql that would be able to parse the following strings and convert them to just…
7 replies
Could someone explain to me why this try catch still returns an error if the job is not running? I…
1 replies
By: HowardW
Hello, I am using SQL 2k8 R2. My colleague would like query that will return unique value if all th…
5 replies
By: Cadavre
I have a table like this : salesinvoiceidsalesreceiptid aA1 aB1 bB1 bC1 cC1 dD1 At any point…
6 replies
Hi Experts, I have a column of nvarchar type. is it good to create index on this. …
3 replies
Hi, i have two tables and i want to insert data in these two table with one click IF OBJECT_ID('Te…
9 replies
Hello specialists. I am attempting to load an xml file that contains Chinese/Russian characters int…
1 replies
Post removed. For better, quicker answers on T-SQL questions, click on the following... http://www.…
3 replies
Hi all, I have the following table called Forum_Posts: PostID (pk) Subject Body CreatedDate ThreadI…
9 replies
trying to design a schema for a project where we will be exchanging data with another organization.…
2 replies
By: jwmott
I have below table: CREATE TABLE [dbo].[test_table]( [NAME] [varchar](255) NOT NULL, [SERVICE] [v…
4 replies
I have 4 temp tables and the final result I need to retrieve is ONLY ID column results as 1 and 6. …
8 replies
Lets say I have 5 records with a sell date. I want to show a count of all the records with a sell …
4 replies
Yes I know that's not possible for very good reason. Now let's explain to you my issue. I have a in…
9 replies
Hello, Im selecting values from a table a: SELECT a.col1, a.col2, a.col3, a.foreignkey-value FROM m…
18 replies
By: DZN61
Viewing 15 topics - 5,776 through 5,790 (of 10,635 total)
You must be logged in to create new topics.