SQL Server 2005 Analysis Services across domains
Hi, With SQL Server 2000, the Enterprise Edition was required to access Analysis Services across domains. Is this also the case in SQL Server 2005, that the Enterprise Edition is needed? Thanks, S
View ArticleMaking the execution optional
Hello all,I am using sql server management studio 2012. Please tae a minute or two to understand this problem, It's really important:(The scenario is :I have three table, Patient, patientAccount and...
View Articleunique ID
Hi,how can we show only unique id from one table .below are two tablesSELECT [ID] ,[EmpID] ,[EmpName] ,[StartDate] ,[EndDate] ,[day] ,[date] ,[Service] ,[Venue] ,[StartTime] ,[EndTime] ,[Breakfast]...
View ArticleHow to get multiple sum values between two dates from single table?
How to get multiple sum (monthly and quarterly) values between two dates from single table ...
View ArticleIntersect set operator
Hello everyone.Can we use INTERSECT set operator in a procedure or user defined function?-- Thanks and Regards Srikar Reddy Gondesi, Trainee SQL Server Database Administrator Miracle Software systems,...
View ArticleHow does one install a express sql server to run with Visual Web Developer 2008?
I successfully installed .NET framework v 3.5 and VWD 2008 on a new Vista laptop. When I want to add a Sql Server database to a website, errors tell me to install SS 2005 Express. MSDN SS 2005 Express...
View ArticleThe image of login sa shows with red mark, i can't use sa login ill also...
The image of login sa shows with red mark, i can't use sa login ill also changed to SQL server Authentication....while i entered password it throw me an error, here u can see login 'sa' can't be...
View Articleinfo
what are the best book to learn about sql server 2012 from scratch with some background on sql from oracle and db2
View ArticleAbout data reader permission
Is data reader permission to that database enough to give user READ access on ALL objects (Tables/Views/Functions/Stored_Procedures) under that database ? or need something different?Thanks
View Articlesimple query
what query to write to count the no of commas in a given string 'abc,xyz,def,pqr,lmn'?
View ArticleHow to create conditional update trigger in sql server
How to create conditional update trigger in sql server
View ArticleClustered index on Client_ID+ORderNO+OrdersubNo, If i create 3 noncluster...
Dear All. We had Teradata 4700 SMP. We have moved data from TD to MS_SQL SERVER 2003. records are 19.65 Millions. table is >> Order_DtlColumns are:-Client_ID varchar 10Order_ID varchar...
View ArticleBackup Job for User db's is failing
Backup job for User databases is failing.I found below errorsView job historyStep 0:The job failed. The job was invoked by schedule 4(DBMP_User). The last step to run was step 1(subplan)Step 1:Message:...
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 ArticleDB snapshot updates failing during update - SQL Server 2005 SP4 EE 64bit-...
We're able to create a snapshot of a 1.4TB database by using the following SQL commands:use mastergoCREATE DATABASE tws_prod_snapshot ON( NAME = tws_prod, FILENAME = 'E:\MSSQL\DATA\tws_prod_ss_file.ss'...
View ArticleHow to get multiple sum values between two dates in single table
How to get multiple sum (monthly and quarterly) values between two dates from single table ...
View ArticlePlease setup information of sql server database on web server
I have create database name and userid and password and now i want to create tables on sql server through enterprise manager. I have problem to connect registration.
View ArticleTruncate
HiHow does truncate works in logshipping, mirroring, replication when we use truncate in primary,principle,publisher databases. How does it effect in secondary,mirror, subscriber databases.
View ArticleShrink
Hi,Can any one explain shrinking problems in logshipping, mirroring, replication when we shrink the primary databases or secondary. Explain where we can shrink and where we cannot and why.
View ArticleHow to find table name using primary key name in sql?
I have names of primary keys in a variable and I need to find the table to which they belong. The db has many table so linear search is not an option.
View Article