Topics
Started by
Posts
Last post
I'm trying to insert image files into a table in SQL Server 2005. The T-SQL I used works without va…
2 replies
I am writing script to import a clients entire local db into our onsite db. This consists of 50+ t…
6 replies
Hi SQL Server Gurus, I am trying to design a query, say for example: Prod_No, Prod_Desc, Prod_Categ…
1 replies
In Excel, you can display the data in a pivot table as a numeric value or a percentage. I hav…
12 replies
Hi, I have a requirement to concatenate two fields together, however I cannot get the syntax of the…
7 replies
Hello, I was loking at building a search on my site to return records in my SQL DB. So natura…
11 replies
I have this table CREATE table1 Proc VARCHAR(10), PrevProc VARCHAR(10) Both fields are mandatory. I…
42 replies
Hi This is our query : SELECT CAST(SUM(Amount) AS FLOAT) AS [Costs], CAST('' AS FLOAT) AS [Turno…
10 replies
Part of this question came from another thread where I was trying to help someone. Another pa…
4 replies
Hi, Can anyone please give me the exact difference between char,varchar,nchar nvarchar,…
7 replies
Need some ideas and direction on how to handle this. I have records in a table that have a st…
2 replies
Total newbie wondering if some kind folks could help. I am trying to convert a string to datetime u…
16 replies
How would I get the SQL statement for a SPID using T-SQL? I do not have access to any tools j…
3 replies
Hi, Code snippet: DECLARE @COUNT INT DECLARE @var NVARCHAR(200) BEGIN SET…
3 replies
Hi all, Will the CTE executes a Dynamic SQl. Please help me for the following. For Ex: With Cte as …
2 replies
Viewing 15 topics - 11,566 through 11,580 (of 12,230 total)
You must be logged in to create new topics.