Viewing 15 posts - 4,696 through 4,710 (of 5,111 total)
Is the above HTML being returned in one field (as in you have one row and column returned). If so, then inserting a new page will be impossible.
If each letter...
December 12, 2016 at 2:58 am
Windows 10 IoT Core doesn't support SQL Server natively, no.
It does appear someone is writing an article about it here[/url] however their latest post doesn't have the answer yet...
December 10, 2016 at 12:40 pm
Robin35 (12/9/2016)
Thom A (12/9/2016)
December 9, 2016 at 10:17 am
SQL itself isn't great for creating a dataset and putting it into an attachment to email. You could put it into an inline html table, which the msdn page on...
December 9, 2016 at 10:07 am
Correct me if I'm wrong, but are you instead saying that this particular login should always be assigned specific permissions whenever you create any and all databases on an instance,...
December 9, 2016 at 10:00 am
Robin35 (12/9/2016)
i'm trying to create a login and assign permission to login so that it should be able to assign any kind of permissions on any databases on that instance.
I'm...
December 9, 2016 at 9:41 am
TheSQLGuru (12/9/2016)
Note the other code given seems to provide the wrong date for 101.
Noticed this after I posted, note the edit 😉
December 9, 2016 at 9:31 am
Try to keep your code, when posting, in IFCode tags, it makes it much more readable for other users.
I've also changed your date formatting, as for me '11/20/2016' would mean...
December 9, 2016 at 9:14 am
OP psoted this in a different topic i was subscribed to, seems to be related to this topic, rather than the one he posted in:
v.razaghzadeh (12/9/2016)
Thank you so much...
December 9, 2016 at 7:12 am
kevaburg (12/9/2016)
Saurabh.D (12/9/2016)
This will work
EXEC xp_ReadErrorLog 0, 1, Null, Null, '2012-05-16 00:00:00', '2019-12-31 23:59:59'
ExtendedStoredProc xp_ReadErrorLog has Start_Date & End_Date options
When I understand the procedure...
December 9, 2016 at 7:08 am
As Ed said, I think I understand what you're after, but the DDL and sample data is the key here. Well done though on posted your code you have, and...
December 9, 2016 at 5:57 am
Didn't even notice that. The query still doesn't have any fields returned from [font="System"]wtprod.epmbuildrule[/font] or [font="System"]wtprod.epmreferencelink[/font], so they can still be taken out of your CROSS JOIN.
I still can't...
December 9, 2016 at 3:21 am
Looking at your query plan, the join you have to PK_WTPart is your big cost, with just under an estimated 4 Million rows at around 9kb each. That's about 34...
December 9, 2016 at 2:22 am
There are buttons on you Report Data pane to do this. They look like Up and Down Arrows.
December 9, 2016 at 1:58 am
Luis Cazares (12/8/2016)
Thom A (12/8/2016)
Repeat of post http://www.sqlservercentral.com/Forums/Topic1841367-2799-1.aspx under different account?Try to keep one topic per questions 🙂 😎
You linked to this thread.
Doh!!! :pinch:
December 8, 2016 at 1:53 pm
Viewing 15 posts - 4,696 through 4,710 (of 5,111 total)