Topics
Started by
Posts
Last post
I have created a table variable DECLARE @tblDataLogTraceRawDataTemp TABLE( [DataLoggerTr…
1 replies
I have two tables in a SQL 2005 database. One has a row for each data item and day in a period of t…
15 replies
Hi, can anyone help me.... I want to script all my additional store procs and views and run it on t…
5 replies
I have several files that I import using generic procedures that create temp tables with the data b…
6 replies
I have legacy data (I did not do it, it's about 10 years before i came to the company) where the on…
10 replies
I've got data in English but that contains Some French characters too. for example Actual data The…
3 replies
SELECT DISTINCT b.boxid, b.boxid, b.dispenserid, b.boxqty, b.formqty, b.datestamp, b.[timest…
12 replies
When we use INSERT SELECT statement, why can't we order the rows before inserting them in the speci…
6 replies
Dear All, I am populating some new tables from old tables, after I did some re-structuring to the d…
2 replies
Hi , i moved to sql 2005 from sql 2000. Stored procedure should be in synch with both server.if i t…
3 replies
This is probably a real novice question but I am unsure of the answer and so I hope that you can he…
11 replies
Hello, I have the following issue: I have the following statement into a function: select a,b form …
2 replies
if i have a table named Table1. if i want to get some values from this table to use it in some stat…
4 replies
Hello i need to know hoy to use the LIKE operator to find results that contains 2 or more words. ==…
16 replies
SELECT sqlserver.Name0, sqlserver.FileVersion AS SQLSERVR, sqlagent90.FileVersion AS SQLAGENT90…
3 replies
Viewing 15 topics - 10,051 through 10,065 (of 12,230 total)
You must be logged in to create new topics.