checkpoint free_space - query timed out!
Hi All,Today i got alert like "checkpoint free_space - query timed out!", Ā may i know the reason there is no information in errorlog.can anyone explain why the query is timedout.
View ArticleIncorrect syntax near the keyword As
I opened a 'New Query' window in SSMS. I pasted the following code (well this is a simplified version but throws the same error as the real version).Create function dbo.GetFull (@dbName varchar(100))...
View ArticleTo make Three row values in a single row
Hi,Below is the Table Format i have.Here for the first Mail_ID i have 3 mail addresses.similarly for second ID too.I want First three rows to be in a single row.and so on...Plz help in doing...
View ArticleSQL Join Question
Hi, I have a question about joining 2 SQL tables.Ā Table one (product order table)Ā contains 2 fields: Item# and Order_QTY.Ā Table 2 (product shipped table) as 2 fields: Item# and Shipped_QTY.Ā I'm...
View ArticleCould not allocate space for object 'dbo.CWT'.'CWT_PrimaryKey' in database...
Hi,I have a spreadsheet which uses Atlas to extract data from an AX database on my SQL Server.I tried running itĀ a few times today and got a SQL related error. It didn't tell me very much but when I...
View ArticleSQL Server Connection issues
HiĀ I've a windows user was able to access the SQL servers before, all of sudden yesterday we had issues with connecting for 2 servers and the errors says Login Failed. The login is from untrusted...
View Articleunable to unistall sql server
Hi guys, i have installed sql server 2012 express edition in my laptop (win7). mistakenly the roots folders (C:\Program Files\Microsoft SQL Sever) got deleted.now i am unable to unistall the sql server...
View ArticleSQL Server 2012 AdventureWorks database attachment issue
Hi Folks,I have SQL Server 2012 installed on Virtualbox, and I have downloaded the AdventureWorks2012.mdfĀ and I am having trouble attaching it with SS Management Studio.I copied the file on to a USB...
View ArticleCommand "ShowSqlServerObjectExplorer" is not valid
I am getting the message: Command "ShowSqlServerObjectExplorer" is not valid when I start SSDT.History: Installed VS2012, then service pack 4, then added SSDT-BII can click through the dialog, and then...
View ArticleNeed help in asp.net website connection with database
Please help urgently need connection of sql server database with asp.net website.I want to create three different database tables for my asp.net website project1]student table2]faculty3]admin...
View Articlestored procedure
hi below procedure is for updateĀ or insert.butĀ everytime it insertsĀ newĀ rowĀ with previous row data and updated one Ā not updatingĀ existing row.ALTER PROCEDURE [dbo].[sp_WorkStatus] -- Add the...
View ArticleTroubles Exporting SQL databases from Azure
1. If I connect via SQL Server Management Studio and choose Export Data Tier Application to local disk, it never ends 2. If I export via Azure web portal, it takes few hours 3. The only way that works...
View ArticleSQL Bulk Update using Update query in SQL Table
Hello All,I want to update data in sql table depends on some condition. I am getting excel sheet from client and want to change value of field say Status = c.Client is sending excel sheet with 300...
View ArticleTriggers / Automatic Data Checks
I have a database that saves the filepath of a certain file to a network drive. The problem I am experiencing is that it gives an error message that it could not connect to the server, and consequently...
View Articlequery to select only Y values , if all are Y, say All
Kinldy provide me the query select * from FILTER_UserCREATE TABLE [dbo].[FILTER_User]( [UserName] [nvarchar](128) NULL, [Is_Member] [char](1) NOT NULL ) INSERT INTO FILTER_User (UserName, Is_Member)...
View ArticleDeleting records from child to parent table
I have ran into a situation where i will have to delete all the records of the child table and then the records of parent table and i was able to write a query to get the column,table both for...
View ArticleServer Error In '/' Application - Login failed for user xyz ...
Hi, I'm brand new hereĀ I would be ever grateful for help on this. It's probably something simple.I'm coding a website in C# ASP.NET (http://project.arcza.net). There is a registration page where you...
View ArticleRunning sql job type {Operating System (CmdExec) as my account
how can i runĀ Running sql job type {Operating System (CmdExec) in sql as my account?k
View ArticleMicrosoft Virtual Labs - NOT WORKING
I'm seeking forum's help assuming Microsoft keeps an eye.Issue: Virtual Lab is not working and is not in synch with the materials.Reproduce the issue.1) www.microsoft.com/sql 2) Click "Try" tab 3)...
View ArticleI just downloaded SQL Express Server 2012 on my Windows 7 PC and...
I just downloaded SQL Express Server 2012 on my Windows 7 PC and...it says it installed correctly.1) I have two links on my "Start Menu" All Programs link: one is SQL Server 2012 and SQL Server 2008....
View Article