+ Post New Thread
Page 1 of 41 1 2 3 11 ... LastLast
Threads 1 to 20 of 801

Forum: Microsoft SQL / MS SQL Server

  1. How to call routines in .NET dll from sql server?

    In our application, we need read xml from our SPs, now we are using EXEC @resultcode = sp_OACreate 'MSXML2.XMLHTTP', @objRef OUT .... to...

    • Replies: 6
    • Views: 394
    11:01 AM Go to last post
  2. Database corrupt, can we use the transaction log?

    We discovered yesterday database corruption and with help from my previous posting we checked the database. A few tables do have problems and...

    • Replies: 2
    • Views: 641
    07:09 PM Go to last post
  3. How to recover a SQL Server database after a crash

    Hi, I had my Windows 2000 crashed and after that I reinstalled windows, sql server etc. after taking backup of all mdf ( and no ldfs by mistake)....

    • Replies: 3
    • Views: 2,674
    09:31 AM Go to last post
  4. Ordered Data Inserted into TEMP table, is Read out in Different ORDER??

    Im using a query with OrderBy clause to populate a temp table. The Query works and Order and everything is Fine But when reading the data out of...

    • Replies: 5
    • Views: 2,413
    06:04 AM Go to last post
  5. sp_OAMethod

    Hi group, I have been working with COM objects in T-SQL for some time, but now I face a problem I cannot solve: I have an object with a method...

    • Replies: 1
    • Views: 1,419
    02:49 AM Go to last post
  6. Why not simply WHILE @@FETCH_STATUS = 0?

    It really depends on what type of cursor you use. If you use a static cursor then you can never get anything other than a 0 since all the rows...

    • Replies: 2
    • Views: 6,590
    07:13 AM Go to last post
  7. Country table and International Dialing Codes

    Hi, Anyone have a table of Countries, with their respective international dialing codes? Or, a link to such a table would be great. Thanks,...

    • Replies: 3
    • Views: 3,116
    06:03 PM Go to last post
  8. Select Into and Trigger on Destination table....

    I am running SQL Server 2000 Will trigger happen on each insert when doing a select into? From what I am finding out it doesn't. I just tried...

    • Replies: 3
    • Views: 2,633
    05:29 PM Go to last post
  9. SQL Server 2000 vs. DB2 databases.

    Hi folks, I need your help on find articles or magazines that proven using SQL Server2000 is more cost effecitve and easier to maintenance...

    • Replies: 10
    • Views: 455
    06:51 PM Go to last post
  10. format currency

    Hello All & Greetings. Can someone pl tell me in a hurry how I can format a currency item in 2 decimal places. thanks in advance. RK

    • Replies: 3
    • Views: 9,764
    06:13 PM Go to last post
  11. Dynamic SQL

    http://www.algonet.se/~sommar/dynamic_sql.html http://www.algonet.se/~sommar/arrays-in-sql.html "Dale Fye" <spam.saic.com@nomore.dale.fye>...

    • Replies: 5
    • Views: 479
    11:48 AM Go to last post
  12. trigger question

    Hi I have the following tables TranDetails (3rd Party) with 4 fields making up primary key Supplier char 7 GRN char 7 Journal decimal...

    2 Pages
    1 2
    • Replies: 23
    • Views: 563
    11:07 PM Go to last post
  13. Recursive query

    Hi. My problem is: I have build an "hierarquical" query that selects from a EMPLOYEES table and, for every manager, lists his/her name and in the...

    • Replies: 6
    • Views: 1,817
    12:51 PM Go to last post
  14. installing evaluation SQL sever 2000

    If anyone could help it would be great. I am tring to install sever 2000, I run setup, get to where it asks the location of the new instance of SQL...

    • Replies: 0
    • Views: 590
    01:37 AM Go to last post
  15. Summing time......

    Hi I have a field which is a Date/Time field.... It actually only makes use of the Time portion, and this holds a duration of an activity.... ...

    • Replies: 2
    • Views: 1,651
    12:58 AM Go to last post
  16. Do I have this right?

    Calling SQL Server 2k from Access97 through ADO using sqloledb.1 Views Sorting= No Parameters= Yes Updatable= Yes Stored Proc ...

    • Replies: 0
    • Views: 456
    12:21 AM Go to last post
  17. Create random string

    Hi, substring(newid(),0,8) "Jason Davis" <jasondavis19@hotmail.com> wrote in message news:uyGV9pFSDHA.1552@TK2MSFTNGP10.phx.gbl...

    • Replies: 3
    • Views: 4,876
    12:07 AM Go to last post
  18. create data with "sa" owner

    Hi, Could anyone help me create database with "sa" owner. When I login as "Administrator" in win2000 environment, the newly created data has owner...

    • Replies: 0
    • Views: 526
    11:44 PM Go to last post
  19. Timing a sql statement - with profiler

    SQL Profiler has a duration column in the output. add an event TSQL:BatchStarting to the trace If things are getting goofy, inconsistent, I...

    • Replies: 0
    • Views: 510
    11:42 PM Go to last post
  20. Accessing Temp Tables

    Hello Graham, You could try using global temp tables with a "##", in your case it would be - ##UserAccess. K "Graz79"...

    • Replies: 6
    • Views: 1,618
    11:26 PM Go to last post

+ Post New Thread
Page 1 of 41 1 2 3 11 ... LastLast

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