Permissions to bd sqlserver with date and time range
Hi I would like to permit a person to a database in SqlServer 2008 I want to do for sqlserver authentication, that the user is read-only database, but only connect between 08:00 am to 08:00 pm eye I'm...
View ArticleConnecting to SQL 2005 Database Engine
I've installed an instance of SQL 2005 on Windows 2000 Server and cannot connect to the database engine locally. If I try to connect to the instance through management studio, it refuses to acknowledge...
View ArticleExplanation of Suspect DB T-SQL commands
Hi,Pls Explain meaning of below each step:“EXEC sp_resetstatus ‘yourDBname’; ALTER DATABASE yourDBname SET EMERGENCY DBCC checkdb(’yourDBname’) ALTER DATABASE yourDBname SET SINGLE_USER WITH ROLLBACK...
View ArticleCall to sp_configure from DACPAC pre-deployment script doesn't work
Hi,I'm trying to deploy a contained database on SQLServer 2012 using a DACPAC. In my pre deployment script I run the following script to prepare the server instance.sp_configure 'contained database...
View Articlecopy diagram to clipboard for sql server 2012 the row did not appear when...
hello,i've been trying to create database diagram on my database on sql server 2012 platform. i can create the diagram, but when copy it to clipboard and try to paste it on paint, only the tables name...
View ArticleCould not obtain information about Windows NT group/user...
Hi,Can anyone help, why we are getting below error xp_logininfo 'DOMAIN\UserAccount'Msg 15404, Level 16, State 19, Procedure xp_logininfo, Line 62 Could not obtain information about Windows NT...
View ArticleOracle System DSN
I created an oracle system DSN (Windows 7 64 bit PC). However there is not "test connection" button in windwos 7 ODBC data sorce administrator. I want to test the connection to make sure I have...
View ArticleSQL Server 2012 Business Intelligence Licensing
Moving to SQL Server 2012 is a good thing . . . but it's not clear to me how to license it.The Business Intelligence Edition uses the Server plus CAL model. The licensing guide says:"To access a...
View ArticleQuery help
I need to run a query on our payments table where I need the last to branches where each policy holder made there payments. The Columns I will use is PolicyNumber, BranchReference and PaymentDate. My...
View ArticleCan I install MS 2005 SQL Server on my Window XP Home Edition with SP2 to...
I am planning to study for the MCTS 70-431. I am totally new to it. I got the MSPress book today, and was puzzled by the following points in the first chapter: 1) To complete Chap 1, You must have MS...
View ArticleSQL Server 2005 help
Would someone be able to tell me by looking at this if SQL 2005 server installed correctly.....Should I also have a default database on here.....Help anyone???? SQL2008The following components are...
View ArticleSQL server 2005 installation error
I am receiving an error stating that there was an unexpected failure during setup wizard, and to reveiw setup log. In the log there is reference to Failed to find property...
View ArticleUpdate statement with FROM clause with multi joins
how the sql Update statement work , while using FROM Clause with multiple joins[also in this situation how the WHERE clause work] ?, also is it necessary that the table which is getting updated has to...
View ArticleUser Logon Problem
on a single network having work-group and windows 2003 server oson one windows 7 client, say for example a user named Avinash with his password say prod2012 can logon to win 2003 sql from his pc...
View ArticleSQL 2008 R2 Standard Licencing
Hi, In March of this year we purchased the Small Business Server 2011 Standard software plus CALs and the SBS 2011 Premium Add-On-Pack plus CALs. The new server is now installed with SBS 2011 Standard...
View ArticleHow to replace multiple characters in ssis
Hello All, Im in desperate need. Please help. Im loading a csv file using SSIS. I have a column with | embedded in it. And this column varies in lenth and so does the occurence of | delimiter. Its only...
View Articlelocal file system access?">Sql 2008 "BulkAdmin" Server Role --> local file system access?
We have a sql account that was assigned the "bulkadmin" server role. Does this assignment automatically grant that account access to the underlyingfile system to import, say, a text file or do we need...
View Articleadventureworks.dbo.dimdate.fulldatealternatekey
In the tutorial for adventureworks, it tells you to create a lookup between the text file you are importing and the dimtime table, which I discovered has been changed to dimdate table. When I try to...
View Article