Viewing 15 posts - 2,296 through 2,310 (of 6,397 total)
Strange that is not referenced in the query plan then as there is no mention of T659.
Can you post the output of the below when running it inside the databases...
July 15, 2014 at 9:01 am
You will need to ensure that your connection strings have the application name parameter set in them to do it, then you can check the sys.dm_exec_sessions DMV to get out...
July 15, 2014 at 3:11 am
Something like this?
declare @date int = 20140714, @hour int = 4
SELECT DATEADD(HOUR,@hour,CONVERT(DATETIME,LEFT(@date,8)))
July 15, 2014 at 1:56 am
What type of object is T659? Is it a view or a table, as that object isn't in the plan which leads me to think its a view which...
July 15, 2014 at 1:42 am
I would first check to see if it is actually a trailing space that is at the end of the string, as it might be a hidden character and therefore...
July 14, 2014 at 4:58 am
Every companies prices will be different to some extent due to the reseller they user and the margins they add to the quote.
For my open value program a 2 core...
July 14, 2014 at 4:12 am
Ratheesh.K.Nair (3/27/2013)
I stopped sql server and agent and started sql server using net start mssqlserver -m
when i tried to connect using SQLCMD -U domain\user...
March 27, 2013 at 7:19 am
Add yourself as a admin on the windows host, start SQL in single user mode, then use SQLCMD or SSMS in query mode only to add in your windows account...
March 27, 2013 at 5:58 am
Incorrect spelling of the server name
Is the server online
Can you connect via SSMS
Have you enabled remote connections
March 27, 2013 at 5:16 am
Probably not, Google to see if Access supports the ROW_NUMBER() ranking function.
March 27, 2013 at 4:43 am
shathaway 77080 (3/26/2013)
March 27, 2013 at 3:05 am
You can't
SQL needs to restore the database as it was at the time of backing it up.
To do what you need to do add another script to your batch which...
March 26, 2013 at 8:21 am
Also I would check your local computer keyboard and language vs the servers keyboard and language.
E.g English British and English American the keys are in different locations eg Shift+2 in...
March 26, 2013 at 8:20 am
If you want to control SSRS in SSMS then you will need to downgrade to SSRS2005.
As for why, unsure, I would see if there is a connect article on it...
March 26, 2013 at 6:44 am
Viewing 15 posts - 2,296 through 2,310 (of 6,397 total)