Advertisement

1 - 10 of 334 containing alltags:("SQLServer") (0.001 seconds)
I have 3 tables int sqlserver. I'm trying to do this query: update personinfo set sme = 0 where  exists (select *   from personinfo,grpname,grpassociation where personinfo.personid = grpassoc...
Zones: MS SQL ServerDate Answered: 07/01/2000 Grade: A Views: 0
In sqlsever, how to write a triger, which will run a query at a given data and time(say 12:00am every day). This triger(or the query) should be able to create a new table in the DB.
Zones: MS SQL ServerDate Answered: 09/24/2003 Grade: A Views: 0
What is the best way to generate SQL Scripts for a database.  What I want to do is point to an existing Oracle or SQLServer DB and be able to generate a SQL scripts to include table, index, etc.  D...
Zones: Delphi ProgrammingDate Answered: 03/18/2003 Grade: B Views: 0
In my application iam looking for a better solution for storing images,Documents and Excel sheets , The size of the image may vary between 1MB to 5MB. There will be huge amount of records as well.....
Zones: MS SQL ServerDate Answered: 10/30/2002 Grade: A Views: 0
I have just installed SQLServer 2000 (Personal edition) and the work of Enterprise manager is very slow. It takes a lot of time to perform a simple tasks. For example, openning Security tag in th...
Zones: MS SQL ServerDate Answered: 05/08/2003 Grade: A Views: 0
Hi, I need to retrive a SQL Database structure (tables, stores and views) [ do not need data only structure ]. We can't connect this SQL throught Enterprise Manager or Query because Firewall rest...
Zones: DatabasesDate Answered: 03/23/2004 Grade: A Views: 0
Sir, I want to know any api, or other function is there to search my whole network to get how many sql servers are installed in my network, and what are they ?? Please give me some code to get ...
Zones: MS Visual BasicDate Answered: 10/28/2004 Grade: A Views: 0
Hi, what would be the best way to do it? I tried MySQL provided tool with no luck, then DBTools with various option, what worked best was setting SQLServer as ORBC datasource, then importing ...
Zones: DatabasesDate Answered: 10/07/2005 Grade: A Views: 0
there is a database in sql server and MSAccess application is used as the front end. most of user have MSAccess and rights to connect to the sql database I would like to know how to setup permi...
Zones: ProgrammingDate Answered: 01/11/2006 Grade: B Views: 0
Greetings, I'm using this command: SqlDataAdapter.Fill(dataSet, "Orders"); to fill a DataSet, but am not sure how to populate it with the Tables and Rows which have a relational connection...
Zones: C#Date Answered: 02/21/2006 Grade: A Views: 0