Topics
Started by
Posts
Last post
I created a SQL Server 2000 database with a timestamp column (datatype is Timestamp). Wheneve…
3 replies
I try to open the Analysis Services. When I click on the Analysis Manager, I got an error message "…
1 replies
Hello Everydody, I am trying to develop Function where I am trying to pass a @WhereClause as the ta…
4 replies
1. I'd like to find out where in the SQL Server 2000 system catalog I can look to retrieve th…
3 replies
I have the following stored procedure. I would like it to take all the results and insert them into…
4 replies
Is there a way to query whether a table with no dependencies on it in sql server is referenc…
2 replies
Hi everybody. I've recently been promoted to manager of a Data Services team. One of the challenge…
8 replies
I am a Oracle DBA with 8 years of experience. I have been working with SQL Server now for the last …
4 replies
Hi, Below is a simple SP created to stimulate my issue. If I run the SP, it is working correctly. H…
5 replies
data set up CREATE TABLE [dbo].[rats_server] ( [server_id] [int] IDENTITY (1, 1) …
2 replies
Hi, I have a query which is returning the values based on parameter. If i give the following query …
1 replies
Hi Can some one tell me alternate of Oracle Minus command in SQL server. i.e. (select ColA from Tbl…
3 replies
What exactly are the units of measure of CPU cost and IO cost with regard to the execution plan for…
4 replies
hi! i tried the next: select * from TBL1 where COL1+COL2+COL3 not in (select COL from TBL2) and i g…
12 replies
what is the use of a SAVE point in a Transaction? and Which is better to use an AUTO commit mode or…
1 replies
Viewing 15 topics - 2,851 through 2,865 (of 7,464 total)
You must be logged in to create new topics.