Viewing 15 posts - 301 through 315 (of 928 total)
GilaMonster (12/29/2015)
BrainDonor (12/29/2015)
Eirikur Eiriksson (12/29/2015)
December 29, 2015 at 6:58 am
Eirikur Eiriksson (12/29/2015)
December 29, 2015 at 5:49 am
Readability.
Sometimes a query may perform better if it uses sub-queries instead of CTEs, but if it isn't a major issue I'll use a CTE because the code is easier...
December 24, 2015 at 3:39 am
Talib123 (12/21/2015)
Sorry now works fine
Typo, or something more interesting we might all want to learn from?
December 21, 2015 at 9:26 am
Talib123 (12/21/2015)
If I use a Where = it works fine. How do I get around this small annoying issue.
SELECT name FROM sys.syslogins
WHERE name...
December 21, 2015 at 9:25 am
What is the issue? Using '=' or 'in' both work in my tests.
Please show the code and the error that you're seeing.
December 21, 2015 at 9:16 am
https://msdn.microsoft.com/en-us/library/ms186858.aspx Example E is a good starting point.
December 21, 2015 at 7:31 am
I don't have access to a PC over this weekend, but that name looks like a server name - not a database name.
Are you sure you aren't getting the names...
December 19, 2015 at 3:02 am
Does the log-reader agent's account have the correct permissions against the publisher, and is the default schema correct when you check it via the Security settings for that database?
December 18, 2015 at 8:32 am
sqlinterset (12/18/2015)
When i am uploading data from flat file to sql server table... data is getting distributed to some other columns too..How this problem can be solved?
To actually see what...
December 18, 2015 at 8:15 am
For your original problem, a Google search provided a large number of results. https://www.google.co.uk/?gws_rd=ssl#safe=active&q=%22Cannot+execute+as+the+database+principal+because+the+principal+%22+replication
Check the owner of the Publisher DB - make sure it is a valid account.
For the new...
December 18, 2015 at 8:08 am
I'd forgotten that nonsense from years ago - good riddance to it.
December 17, 2015 at 4:34 am
I'll ask the question that we all want to know the answer to...
How recent are your backups?
December 15, 2015 at 6:31 am
Bought this one in Portland - designed to upset as many sci-fi fans as possible - http://fashionablygeek.com/t-shirts/trolling-shirt/
December 10, 2015 at 8:18 am
rodjkidd (12/9/2015)
So the dates and location for SQL Bits have been announcedWed May 4th to Sat May 7th
Liverpool Exhibition Centre
Hopefully that's a better venue than the previous Liverpool SQLBits.
Registered for...
December 10, 2015 at 7:30 am
Viewing 15 posts - 301 through 315 (of 928 total)