Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Other SQL Server Topics / August 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Freaking column names18 Aug 2005 14:45 GMT6
I'm dealing with a database with tables that have freaking columns.
Partial DDL:
Create table [tbl IMN] ([Ave Cost-Mn] varchar(10))
-- yeah, this column contains string value
count only records from left table ROLLUP or CUBE18 Aug 2005 07:00 GMT1
Using [b]rollup [/b]I want to count the number of rows of a table
called Table1 which is LEFT JOINED with a table called Table2.
The problem is that we can have [b]more[/b] than 1 rows in Table2 that
matched 1 row in Table1. As a consequence the count of rows in table1
ROWTERMINATOR in bulk insert query.17 Aug 2005 23:31 GMT2
We have created CSV files on HPUX 11.0 and transferred them via ASCII ftp
to our SQL Server machine file store to load large amounts for data using
the BULK INSERT command. This is the command:
BULK INSERT db..table FROM 'S:\path\filename.csv'
"for" loop17 Aug 2005 22:06 GMT9
Does exist in SQL language "for" loop ? If yes, what syntax does it has ?
best wishes
Adam
Tripling end results of a query17 Aug 2005 19:04 GMT4
I need to add expense types to various projects in our ERP database.  I
perform this query
select DISTINCT a.project_id
from project as a, project_cost_element as b
SQL Server -- how do I retrieve mail?17 Aug 2005 16:38 GMT3
So here's my dilemma. I need an automated SQL Server (2000) job that
runs once once per hour.
This jobs should:
1) Retrieve unread email for the user "Le" from our Exchange Server,
Columns & rowns interchage on string the data17 Aug 2005 12:03 GMT3
Is it possible to interchange column & row data from the t-sql on
storing into a file?
Thanks
SP won't run as job17 Aug 2005 10:31 GMT9
I have a stored procedure in SQL 7 which runs fine when called from Query
Analyzer, but fails when it is called as a scheduled job task.
The sp (Customer_UpdateLastEntry_All) gets the last "event" for each
customer from the CustomerEvents table using a cursor (curItems), then ...
Can't get SProc to work17 Aug 2005 09:21 GMT5
I can't seem to get this procedure to work correctly. Here's my code:
DECLARE @PropertyDetails nvarchar (6)
      Select @PropertyDescription = PropertyDescription from Property where
ApplicationID = @applicationid
Stored Procedure problem16 Aug 2005 19:43 GMT2
Hope someone can help on this - new to the area so here goes.
I've got an SQL stored procedure that checks a company name from an import
spreadsheet. If the first 35 characters of the company name are the same on
the spreadsheet as already in the database, it leaves the company ...
SQL DB VERY BLOATED16 Aug 2005 15:43 GMT16
About a month ago I setup a Server and named it SQL1 I setup a maintenance
plan and all was well. I needed to rename server to SQL. I went onto the
server today to take a look around and noticed that the DB is 133GB instead
of 35GB. When I when to make some changed on the ...
DTS Import wizard does not fire triggers16 Aug 2005 14:56 GMT1
Hi to all Gurus,
I am working with two tables, where in if a record is inserted in one
table an insert trigger fires and inserts relevant information for that
record in the second table. This works well within my applications.
sql optimization16 Aug 2005 13:07 GMT1
Which newsgroup will help me in optimizing my query..
can any one help ?
Regards
ypul
SQL 2000 and MSDE question16 Aug 2005 11:18 GMT2
I have one windows 2003 server running Exchange 2003.  It is also running
MSDE.  What I want to know is can I install the full version of MS SQL 2000
while MSDE is on the same server.  Can they coexist with each other?
TIA,
SQL problem pls help16 Aug 2005 09:14 GMT1
I have installed Visual Studio 2005 beta 2 that include the SQL Express.
Then I installed the SQLClient to my pc too. And when I click on the sql
group
An error message pops up
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 July, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.