How do I let the user specify a database file to open or create?
I'm writing a Visual Basic 2010 desktop application using the Entity Framework. The program would work with one or more instances of a database with a particular EF model, allowing the end user to...
View ArticleHow do I create a new database file with a predefined schema in Entity...
I'm creating a Visual Basic 2010 application that relies on one or more instances of a database with a particular schema defined by Entity Framework (probably using Model-First). I would like the...
View ArticleDuplicate primary key value exists in sql 2000 table
What could be the reason duplicate primary key (int type) value exists in sql 2000 table. Data is not imported, but inserted using normal insert statements.
View ArticleShould we create covering index on the base table considering the TSQL used...
Hello,I want to whether it is a smart decision to create covering indexes on the Base Tables which are used in the definition of the Indexed View.E.g.CREATE VIEW [dbo].[vw_Loss] WITH SCHEMABINDING AS...
View Article!!HELP!! SQL server 2012 code !!HELP!!
Hi i am struggling with my database table im trying to create a table so it can be used on my gaming server so when people register it adds data to the database also when they login it scans to get...
View ArticleAdding a column to SQL server 2008 ?
How to add column, default value,to an existing table inSQL server 2008?
View ArticleDifference b/w High values, Low Values, Null and Spaces?
Difference b/w High values, Low Values, Null and Spaces?
View ArticleHow to find all stored procedures which have something with specific table
I have tried to use SSMS find and find in files but they are very limited. Is there a way to search all procedures that have anything with any_table_name?
View Articlehow to design database for family tree,retrieve and display
how to design database for family tree,retrieve and display
View ArticleForeign key Constraint against two tables?
I have the following tables in a databaseTableAID IntType nvarchar(10)TableBID IntResult nvahrcar(10)TableCType nvarhcar(10)Result nvarchar(10)Text nvarchar(100)On tableC I want to create a Foreign Key...
View ArticleDatabase Relationship Development - Beginner
Thanks alot for the support it has been resolved
View Articlescema for schedule class
HI i want to create a database for schedule. Where I have clients and I have plumber. We could have multiple plumber. and each plumber can work 8 hours a day. This plumber can assigned to a client for...
View ArticleError Number: 1934, Severity: 16, State: 1, Procedure: RemovePolicy
i am unable to create a non of the login id on sql server 2008 server and i am getting following error message. I have tried following steps. enable quoted identifier on to all missing stored...
View ArticleHow to find all stored procedures which have something with specific table
I have tried to use SSMS find and find in files but they are very limited. Is there a way to search all procedures that have anything with any_table_name?
View ArticleSTUDENT REGISTRATION SYSTEM
HOW TO DESIGN A STUDENT REGISTRATION SYSTEM AND LINK IT TO THE DATABASE USING MSD WORD IN C#?
View ArticleDB Advice
I have a database already created and in production. Now a 3rd party system needs to have access to run 3 specific stored procedures to pull data. The 3 stored procedures must be run in a specific...
View ArticleCAN'T BE ABLE TO MAKING DATASET DESIGNER IN SQL SERVER 2012 OF...
AFTER SUCCESSFUL ATTACHED ADVENTUREWORKS 2012 DATABASE IN SQL SERVER 2012.BUT ON MAKING DATASET FOR WINDOWS APPLICATION ITS GIVING ERROR <ADVENTUREWORKS2012.Person.Address>User defined...
View ArticleHow I can create a database take the data from other database
God day to all,I want to know what is the best way to solve this issue:I work in company and they use database windows software (dB_1) and there is other team want to access to this databes but the...
View Articlewhy clusted index aloows only one ..Index ?
hi.....why cluster index not allows more indexes ?
View ArticleTempDb is full..!
today I have done interview with Accenture WHEN TempDB is full..I said ... 1. ShrinkdB 2.DBCC FREEPROCACHE 3. Restates server 4. move to one drive another drivewhat are...
View Article