Viewing 15 posts - 196 through 210 (of 2,647 total)
Well... I have now narrowed down that it is not a replication issue or anything tied directly to service broker or the subscription for the query notification. It seems...
November 29, 2012 at 1:53 pm
In addition to what Brandie said, I would think that the quote in your first post says it all. It doesn't say that Windows Authentication is the ONLY required...
November 29, 2012 at 5:57 am
mmartin1 (11/28/2012)
It may not be a bad idea to have the server and other workstations check apply updates automatically to Windows and applications.
Yes it would. This should administered by...
November 28, 2012 at 12:29 pm
What everyone is saying is true and good. However, I think your real question is asking whether or not you can have mixed mode set. The answer is...
November 28, 2012 at 12:25 pm
GilaMonster (11/15/2012)
November 15, 2012 at 10:19 am
Lowell (11/13/2012)
you can use the pattern matching , regular expression style of the LIKE statement:
SELECT *
FROM...
November 13, 2012 at 12:41 pm
Please post ddl for the table.
November 13, 2012 at 12:23 pm
J-Rock (11/13/2012)
November 13, 2012 at 11:57 am
Not on disk, but you can download sqlexpress with advanced tools and only instal ssms.
http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=3743
November 13, 2012 at 11:52 am
J-Rock (11/13/2012)
November 13, 2012 at 11:46 am
bhaveshp.dba (11/2/2012)
it's very difficult to generate new one. because it;s already generate by stored procedure and update record everynight.I can not make in this table now.
I don't understand... If you...
November 2, 2012 at 1:25 pm
bhaveshp.dba (11/2/2012)
and Use this table with left join to other table.
Select m.month,v.year, ID, Name from #Month m
lett join View_Data v on...
November 2, 2012 at 1:21 pm
bhaveshp.dba (11/2/2012)
Yes, because I need to use this functin in 20-25 stored procedure.Can you explain me how can i do with Datediff ?
Don't use a UDF. Create a calendar...
November 2, 2012 at 1:10 pm
digitalrivers (10/22/2012)
This white paper is excellent.
Thanks, but this just tells me how to set it up for a specific thing and does not help me ti understand XEs.
October 22, 2012 at 7:15 am
Grant Fritchey (10/22/2012)
And the godfather of Extended Events has an XEvent A Day series of blog posts. Jonathan is frequently a better resource for this stuff than Microsoft.
Awesome! Thanks...
October 22, 2012 at 7:15 am
Viewing 15 posts - 196 through 210 (of 2,647 total)