+ Post New Thread
Page 11 of 41 FirstFirst ... 9 10 11 12 13 21 ... LastLast
Threads 201 to 220 of 801

Forum: Microsoft SQL / MS SQL Server

  1. Create a system table

    How would I create a system table or stored procedure?

    • Replies: 1
    • Views: 2,931
    07:43 PM Go to last post
  2. ORDER BY clause causes read-only recordset

    I have a website with some asp pages running off of a MS Sql db. For reasons that I can't explain, whenever querying the database with a SELECT...

    • Replies: 6
    • Views: 1,662
    07:31 PM Go to last post
  3. add serial number

    Jane, If you have a unique identifier within each group, e.g., col2 in the following schema: CREATE TABLE T1 ( col1 CHAR(1) NOT NULL, col2...

    • Replies: 3
    • Views: 6,555
    07:29 PM Go to last post
  4. Trigger Help

    I have a trigger (code below). Where do I put in IF statements to kick off the CASE? I put in a commented out example of the IF I want to do in...

    • Replies: 3
    • Views: 441
    07:28 PM Go to last post
  5. HELP: SQL script to backup all databases

    I would greatly appreciate some help, or a point in the right direction, please. I am new to MS SQL Server administration, and specifically...

    • Replies: 1
    • Views: 1,361
    07:26 PM Go to last post
  6. Can it have dependences without a relationship among the tables?

    Can it have dependences without a relationship among the tables?

    • Replies: 2
    • Views: 367
    07:08 PM Go to last post
  7. Using a table from seperate database?

    Howdy, Is it possible to use a table located in one SQL database in another database? I have two databases, DB1 & DB2 DB1 has a table named...

    • Replies: 1
    • Views: 436
    07:03 PM Go to last post
  8. SQL subquery question

    I have a query running inside of Coldfusion webpage. query blah cfoutput query blah { query another_blah { cfoutput another_blah

    • Replies: 1
    • Views: 654
    06:48 PM Go to last post
  9. view a query's SQL in VB

    How can I use Visual Basic to view the SQL built into a query? I have two databases in SQL Server. One is on a SQL 7 production server, and the...

    • Replies: 3
    • Views: 1,046
    06:36 PM Go to last post
  10. cursor not fetching records properly

    Tom, I did a profiler trace and all I could see was that the stored procedure within the cursor was called 62 times. I dont know what the...

    • Replies: 0
    • Views: 709
    06:27 PM Go to last post
  11. KB Articles

    Where can we find the index (list) of all the Microsoft KnowledgeBase Articles (KB Articles)on SQL Server 2000. Under the "Search Knowledge Base"...

    • Replies: 2
    • Views: 523
    06:12 PM Go to last post
  12. Repositioning a Column

    How do I reposition a column through SQL (Without using enterprice manager). In a table I have a column ServiceID at column number 5, How do I...

    • Replies: 1
    • Views: 538
    06:11 PM Go to last post
  13. Way out for Back office

    Dear Friends My company have started a new office in another City which will work as a backoffice for our comany. Hence we need that all the...

    • Replies: 1
    • Views: 517
    06:10 PM Go to last post
  14. Way out for Branch database

    Dear Friedns We have purchase a new office which is in another city and far away from our office. We want to make the same as our back-office or...

    • Replies: 1
    • Views: 829
    06:09 PM Go to last post
  15. emailing from trigger

    Does anybody have a suggestion for the best way to send email from a trigger? Is it even possible? I'd like to send a notification everytime a...

    • Replies: 4
    • Views: 709
    06:07 PM Go to last post
  16. match query questions

    select foo1.myid, foo1.MyDate, MAX(foo2.subDate) from foo1 join foo2 on foo1.myid = foo2.myid where foo1.MyDate in ( foo2.subDate ,...

    • Replies: 1
    • Views: 496
    06:02 PM Go to last post
  17. Need Web-Based DB Record Editing Tool

    Hi, all. Is anybody currently using a web-based tool to add/edit/delete records to SQL Server 2000 tables? I've been writing my own ADO.NET &...

    • Replies: 2
    • Views: 929
    05:50 PM Go to last post
  18. select into blocking

    i am using sql 2k. as far as i know, in previous versions doing a select... into could cause blocks in sysobjects and maybe on syscomments,...

    • Replies: 4
    • Views: 373
    05:18 PM Go to last post
  19. Select all the user table

    Hi, Is there a way to select all user tables? For example, I created 5 tables. In SQL analyer, I want to select table name and strutures of tables...

    • Replies: 4
    • Views: 3,490
    05:13 PM Go to last post
  20. Using Identifiers as Parameters in SQL server

    I am looking for some sample code to use global variables/parameters to replace the hard-coded idetifiers in the stored procefures/DDLs where...

    • Replies: 0
    • Views: 502
    04:56 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139