Viewing 15 posts - 16 through 30 (of 140 total)
SELECT result = @dt + @txt
INTO t;
EXEC sp_help t
Using sp_help to see the metadata. Brilliant tip. I'll gonna use...
October 12, 2017 at 12:45 am
No. But you can have both installed at the same time.
October 6, 2015 at 7:43 am
The one you need is SQL 2012 with VS 2012. The other version is for SQL Server 2014.
October 6, 2015 at 7:34 am
I remembered incorrectly. It wasn't a patch that solved the problem. For a while our domain controllers was a mix of Windows 2003 and 2008 (or 2012). As soon as...
October 6, 2015 at 3:58 am
Did you set the type to WMI event alert? I don't know much about WMI namespaces. I use the type SQL Server Performance Condition Alert instead, which uses performance counters.
October 2, 2015 at 5:43 am
One way is to create an alert in the SQL Server Agent with the type SQL Server Performance Condition Alert. Set the Object, Counter, Instance and type of alert condition....
October 2, 2015 at 1:37 am
I've had this problem. The "quick fix" was to reboot the server but it didn't solve the problem. It kept on coming back. Here's a link to Microsoft on how...
September 29, 2015 at 5:47 am
Nothing is easy when it comes to licensing, but the simple answer should be:
Price of licensing the number of cores (4 is minimum) / price of 1 user license =...
September 8, 2015 at 6:55 am
If you just want to show the date and time with hour, minute and second you can use:
SELECT FORMAT(GETDATE(), 'yyyy-MM-dd hh:mm:ss')
MM = month
mm = minute
September 4, 2015 at 8:13 am
If it's a large number of users, it can be cheaper (and easier) to license the number of cores in the SQL Server machine. A minimum of 4 core licenses...
September 4, 2015 at 7:57 am
Starting SQL Server in single-user mode enables any member of the computer's local Administrators group to connect to the instance of SQL Server as a member of the sysadmin fixed...
September 3, 2015 at 3:26 am
ALTER TABLE
Books Online -> https://msdn.microsoft.com/en-us/library/ms190273.aspx
August 24, 2015 at 5:41 am
Yes, SSMS 2014 will connect to 2012 Express.
Have you tried connecting with the servers' IP-addresses?
August 24, 2015 at 5:28 am
If you have a 64-bit installation of SSRS on your workstation you should deploy and view it there. Otherwise to the server and then view the report.
July 23, 2015 at 9:20 am
Viewing 15 posts - 16 through 30 (of 140 total)