Why ID numbering skip 5? I set the identity specification to (1, 1) already
Hello, I have a question. I created a table with the identity specification (1,1). However, after I entered a couple of rows, I found the ID skipped number 5; it jumped from 4 to 6. How did this...
View ArticleExplain This!
Hi,Please Explain this query from inermost select.Each step by stgep I don't understand this :(select distinct s.sname from swhere not exists (select * from p where not exists (select * from spjwhere...
View ArticleSQL Server Infrastructure Evaluation
I am trying to come up with a check list / guidelines for evaluating Existing SQL Server Infrastructure.Evaluate Existing Capacity , Data growth Rate , Capacity Predictions, Security Model ,...
View Articleusing write queries to a table from two Different application
Hi All,sorry to ask you this basic question. i am a newbiehow Sql server will work if we try to delete or modify records from two different applications at same time. lets say, there is 3 members team,...
View ArticleSql 2014 "dbo" question......
I thought there was no "default" schema so why doselect * from <table>andselect * from dbo.<table>return the same result set? TIA,edm2 P.S. My Server Role is set to "sysamdin" on this test...
View ArticleHow to develop a reporting system in SQL Server using Oracle Data
HiOur corporate databases are Oracle but over the next few years will move to sql server. We are beginning our BI development using linked servers some reporting will require real time data so to start...
View Articlesql server management studio
a few beginner level questions if I may:1) Is SQL Server Management Studio a free download - or is it commercial software?2) Can anyone show with screenshots how to get the list of sql servers in your...
View Articlelast backup and backup location query
Are there any useful queries that will lack last backup information for all databases on an instance, and include a field which shows where the backup was written to (i.e. UNC path).
View ArticleCan not find SQL Server 2014 docuementation for environment behind a firewall
For SQL Server 2012 there was a possibility to download the complete product-documentaion as an iso-file for installation on computers located behind a firewall....
View ArticleHow do I execute a PowerShell Script
I've googled this, and found arguments as to "why would you do that, blah blah blah"So please don't ask me why; this is just the way I was told to do it until we can get our SQL DB Mail working. Our...
View Articledetach, move, attach again
I created a db in ssms; I detached it and moved it into a subdirectory of a vb app. Now sql server says the database does not exist. If I recreate the database in smss, I can run an INSERT INTO using...
View ArticleSql user rights to deploy LightSwitch Application
Hello,We need to deploy Lightswitch appplication using SQL server 2008, wich rights / roles necessary to assign to this DB user without using "sa" account.Regards
View Articlehow to correctly work with two (or more) databases?
Does anybody know how to work with two (or more) databases in SQL Server 2005; or where that information can be obtained? I searched online, in BOL and asked in this forum but with no...
View Articledatabase design tables
Hi,Iam working on small application it requires database tables .I don't know how to design tables.I have design and fields depending upon this I need to create tables.In design I have 3 tables...
View ArticleVersion Control
I have a database where every morning new data's are fed. There are several imports such a REcon,Recon Target,Bkgs etc.I need to create a version control such as everyday when new data are feed in than...
View ArticleOLE DB provider cannot be used for distributed queries because the provider...
Hi I am trying to insert rows from MS Access 97 into SQL Server 2008 R2. My environment is; Windows 7 (64bit) Microsoft SQL Server 2008 MS Access 97, Office 2010 Home and Business (no Access) , MS...
View ArticleCalendar in SQl Server 2008
Hi , I want to print a calendar in SQL Server 2008 based on the Month entered. I should not use date functions, how can i get a calendar without using date functions?Please help me with the code.Thanks
View ArticleDesign / Layout Question - Don't Want Merged Groups
Hello All I have a question about my report design/layout. I'm am brand new to using SQL Server Report Builder. My issue lies with Row Groups. I have 3 fields in my table row that are grouped,...
View ArticleSQL Server management studio express basics
1) Can you use SQL Server Management Studio express to connect remotely to enterprise editions of MSSQL? And execute queries about the databases held within?2) Does the version of sql server management...
View Articlelist of logins sql 2000 - 2008
can anyone let me know which table in sql 2000, 2005 and 2008 lists all server level logins in a sql instance? Is it the same view/table per version (i.e. 2000--2008)?
View Article