Topics
Started by
Posts
Last post
We use SQL to log lots of values from our process plant (a power station) which can be pulled back …
7 replies
Hi all, I have created a SSRS report and want to deploy it in our test server. So i did select prop…
11 replies
hi.. Doing this With MyTable AS (SELECT <fields> FROM <table>) IF @var1 = 1 BEGIN …
7 replies
IF OBJECT_ID('TempDB..#mytable','U') IS NOT NULL DROP TABLE #mytable CREATE TABLE #myTable( num INT…
9 replies
IF OBJECT_ID('TempDB..#mytable','U') IS NOT NULL DROP TABLE #mytable CREATE TABLE #myTable( …
9 replies
Hello All I am running a BCP command to create a csv file from a SQL table, but when I am outputtin…
12 replies
I have a situation I have two tables First Id DateTime TAGA TagA_Qualyty TAGB TagB_Qualyty 1…
14 replies
I just discovered that I have an instance each of SQL Server 2005 Express and SQL Server 2008 Expre…
3 replies
SELECT "TASKS"."HOURS", "TASKS"."WO_NUM", "TASKS"."DEPT_NUM", "TASKS"."REQUEST", "TASKS"."CLSDDATE"…
6 replies
Hello, Maybe it's a big noob question, but can anybody tell me the difference between the Backupbuf…
2 replies
I've been struggling and procrastinating with this for days and so any help is greatly appreciated.…
6 replies
Hi all, I have to create a ssis package to send files to oracle via http://FTP.since i am new to th…
3 replies
Hi, We have an application and we are receiving the below error msg from SQL Server 2005 [font="Cou…
4 replies
Hi All, I am using SQLXMLBulkLoad to insert records into a existing db (SQL Server 2005) but I am g…
5 replies
I have three tables, persons ,cases and caseActivities. Each person have a case and each case have …
8 replies
Viewing 15 topics - 706 through 720 (of 2,735 total)
You must be logged in to create new topics.