Viewing 11 posts - 1 through 11 (of 11 total)
June 20, 2018 at 11:14 pm
Synonyms (Database Engine)
CREATE SYNONYM (Transact-SQL)
Use...
June 20, 2018 at 8:42 am
I got the issue and its fixed now. Actually, we are using sql 2012 database but the sql client tools version will be 2008R2.
Now I uninstalled the sql 2008R2 tools...
July 12, 2017 at 12:21 am
This setup was not installed recently, almost a few years back. At that time no issues. But I am facing error last 2 days onwards.
July 11, 2017 at 5:29 am
This was production environment. We did not get this type of error before, suddenly we started getting from 2 days on wards.
Application working fine to fetch data from the...
July 11, 2017 at 4:29 am
sgmunson - Wednesday, April 12, 2017 6:54 AMTake a good look here: https://technet.microsoft.com/en-us/library/ms143729(v=sql.110).aspx
If you compare the below links...
April 13, 2017 at 12:41 am
Is there any possibility to give select privilege permission with out creating same user in another database??
Problem is i do not want create same user in another database in same...
May 19, 2016 at 6:56 am
am testing this package but its not working.
I took one sequence container and dragged and dropped data flow task 1, data flow task 2 and data flow task 3...
October 12, 2015 at 5:40 am
Hi Guys Finally i got solution:-)
SELECT ISNULL(s12.StudentID, s13.StudentID) AS StudentID,
ISNULL(s12.majorsubject, s13.majorsubject) AS majorsubject,
s12.minorsubject, s13.optional
FROM
(
...
August 20, 2015 at 12:42 am
Hi Thanks for your reply ,,,,
I got your point but here situation may be swipe-in and swipe-out machines are separate and
new joiners may be confused and done instead of swipe-in...
August 19, 2015 at 1:33 am
I think We can Directly Add like this
Tools >> Options >> Environment > Keyboard
no need to Create SP-Script it will work
Alt+F1 Sp_Help
Ctrl+F1 Sp_HelpText
Ctrl+1 ...
July 9, 2015 at 1:00 am
Viewing 11 posts - 1 through 11 (of 11 total)