Viewing 15 topics - 267,046 through 267,060 (of 283,950 total)
Topics
Started by
Posts
Last post
The following is from a stored procedure ... CREATE PROCEDURE spUPINupdate_NSI(@Profile_ID varchar(…
4 replies
Example: declare @stmt varvhar(255) set @stmt = 'SELECT COUNT(*) FROM EMPLOYEE' EXECUTE (@stmt) &nb…
3 replies
I have a simple table with an identity field that acts as the primary key. The field is set to incr…
1 replies
Disclaimer: I apologize if I have a lack of understanding, as I only have book-learned experi…
2 replies
Hello every one: I'm new to SQL and I want to know how can I do de following: I have to tables: Tab…
1 replies
I had been using Access Database all these days, We are moving to Sql Server. in my access db using…
10 replies
Possibly the posting issue is tied to one of the banners being served (or how). Turned off on this …
4 replies
Hi there, I am having real difficulties registering a remote database in enterprise manager. These …
9 replies
how to create a triggers and runs in pl/sql. when and where will the trigger will activate
3 replies
Ooh sneaky! I can't find reference to the HAS_DBACCESS call anywhere in the help or books online (S…
6 replies
I'm curious to know what user front-end tools you all use to browse your OLAP Cubes? When Cubes fir…
9 replies
Hi everyone, I'm trying to change the name of a server with sql server 2000 installed on it. I'm lo…
1 replies
In the SQL Server 2000 for experienced DBAs book mentioned about monitoring db size growth, so we c…
4 replies
Hi All, Does any one know where to find the system SPs, UDFs,tables and columns etc. documentation …
15 replies
I am trying to read a CSV file inside a Stored Procedure. I have a temporary table and using the be…
1 replies
Viewing 15 topics - 267,046 through 267,060 (of 283,950 total)