Hi All,
I was wondering if any of you have faced such a problem. I have some big databases which have tables having more that 100,000 records per table.
The procedure here is we do lot of bulk inserts via DTS packages. Once this is done, the Sysindex table reflects the exact count or records...
Hi,
I am not to sure if this can be a possiblity. When the SQL Server was setup, what kind of authintication mechanism was selected.
What you can do to find this out is over the network try to access the default shares that is \\sql_server_machine_name\C$ (in the start -> run menu) then when...
But there is a problem in all the above mentioned cases, as they depend upon using Sysindexes table, which is at times out of sync. In my case where one of my table has 600,000 records, the Sysindexes table shows one number while the Count shows another number... I even tried DBCC DBREINDEX to...
hey vb5prgrmr!!
That was some excellent stuff!!
It worked real cool... and for this you deserve a [medal]
Thanks a lot buddy !
Merry Christmas [sunshine]
Vikas
hi !
Thanks for replying. Tell me do you have any idea as to how to make a command button a part of a Container, I mean say an Image / Picture control etc is there, can you tell me how do I add a Command button to this container ?
Simply placing the command button inside a Container (Image /...
Hi !
I need some help, one of the applications I am designing, requires me to have two containers. At the starting of the app the First container should contain some Labels/ Command buttons (say 5) in number.
The user can drag and drop any of these from the first container to the other. The...
Hi !
Thanks for your response. Actually I populate the Checkboxes from the DB too. There is a Table, corresponding to the Records in that Table I get the rows.
The Dropdown contains a set of values. When you select a particular value, depending on that value I fetch the rows and show some...
Hi !!
I have a Checkbox control, which I have placed inside a repeater control. I have to conditionally show it checked / unchecked.
It works fine when I select the first set of Values from a dropdown list box.
Now when I change the selection in the Dropdown and re-load the page, although...
The complete story is - When a user accesses a page, I retrieve all the information, place it in a Structure, pass this Struct to the Presentation Layer from the Business Logic Layer.
The user does some modification and saves it to the DB, in this process I get a New Structure. Now behind the...
Hi John !
Actually I don't have to extract the Texts of the nodes. I need to Display only the following part as it is with the Tags:-
<CustomerID id="ref-3">WOLZA</CustomerID>
<CompanyName id="ref-4">Wolski Zajazd</CompanyName>
<ContactName id="ref-5">Zbyszek...
Hi !
I have a SOAP - XML string :-
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"...
Hi !
I am having a problem in declaring a class which is Transactional as also Serializable
I know if you want to Serialize a class you need to write something like :-
(Syntax in VB.NET)
<Serializable()> _
Public Class DataFetch()
And a Transactionl Class as :-
(Syntax in VB.NET)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.