Topics
Started by
Posts
Last post
Hello, is there somone who know how to create a view with a stored procedure thank's
2 replies
We want to replicate between to Databases using internet (Web Server at one end and Pc at other end…
3 replies
Hi Guys... Problem.. have an online datawarehouse that lives on SQL, but gets data thrown into it …
6 replies
Here is a view declaration: CREATE VIEW dbo.AdOrderTotalView AS SELECT AdOrderID, Total = SUM(Line…
7 replies
I would like a create an insert trigger that will, once fired, take the inserted field and append i…
11 replies
Hello evrbody, I've used to SQL Server 6.5 ... I've had some problems... I want to make my own SQL …
4 replies
hello guys, well this time its a problem for datepart function well our one server is lying in Mich…
7 replies
Any help would be grateful. I am trying to bulk insert large files into a SQL 7.0 table. I have a…
2 replies
work_id Work_item_code -------------------------------- 3 Sup 14 100001 5 100002 16 100003 8 …
6 replies
A recursive or tree style table is a table which could have a Foreign key to itself. In my situatio…
6 replies
CREATE TABLE [dbo].[log] ( [message] [nchar] (30) NOT NULL , [datetime] [datetime] NOT NULL , [d…
4 replies
Hi, I think SQL Server does not validate calls to others stored procedures when I'm designing and w…
2 replies
How can you script a query to drop all tables in a Database that start with the letter "L"? Rob DeM…
8 replies
We have dataflex-files which is to be loaded into some sql-server tables. There are some columns wh…
4 replies
I am facing a problem while calculating a field from an aliased field. The err that it gives me is:…
3 replies
Viewing 15 topics - 16,006 through 16,020 (of 17,082 total)
You must be logged in to create new topics.