Hi,
How can i debug the program line by line? i had added a breakpoint, when i run my program, it will stop at the breakpoint, but how to debug line by line?
Thanks in advance
Hi,
When i try to create a directory in my drive by using API createdirectory, but one of the parameter data type does not support in PB? it's SECURITY_ATTRIBUTES.
Can anyone help me?
Thanks in advance
Hi,
How can i open a *.doc file from my application?
For example i have a D:\test.doc, in my application i want to open this document file by clicking a button.
Thanks in advance
Hi,
I have a folder name "test" in c drive, and i alrady share it as full control. The problem is when i type the following command under "run" -- \\my_pcname\test, it gave me an error message of cannot connect to that path.
Can anyone help me to sort this out, cause i...
Hi,
Did SQL Server have an option that can set how many concurrent user? For example, each time could only concurrent login 5 users, the six user will never able to login the database.
I actually thought to control it in the application, but if enterprise manager have the option would be very...
Hi,
I got a table which have 30 fields, sometime user could just update 1 or 2 fields for the respective record. I would like to write a trigger that when user update the table, only get those edited fields new value and insert it into another table, for example log table.
How could i get the...
Hi,
How can write a single line script that exp a database table structure out witout copy the data? I would like to put that script in *.bat file, so that i can just doubleclick on that file, then it will auto generate all the table structures out.
Thanks in advance
Hi,
I am using script to restore a database.
Script like "restore database database_name from disk file_name"
but it gave me an error message like "database in use"?
i run this script from my application, backup script run with no problem, but i just can't restore, i...
Hi,
Is it possible to use a script to back/export database in Query Analyzer instead of using enterprise manager? If do, how do the scripts looks like?
I know if Oracle, then we can use exp/imp command in DOS prompt or in *.bat file, wondering SQL Server can do the same thing?
Thanks a lot.
Hi,
i have 2 tables which contain same set of datatypes.
I like to have table_2 to insert a new row whenever table_1 insert or update.
How could i do that in trigger ?
Thanks.
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.