Viewing 15 posts - 4,321 through 4,335 (of 4,477 total)
junk.mail291276 (9/14/2016)
I inherited this computer when I first started working here. I don't think (LocalDb)\MSSQLLocalDB was installed after that point. I'm pretty sure it was there from the beginning.
That was...
September 14, 2016 at 5:10 pm
madref (9/12/2016)
How can i make the next query/view in SQLite?
TRANSFORM First(IIf(IsNull([srt_afkorting]),"","x")) AS Afk
SELECT qry_Overzicht_Leden.Lid_ID, qry_Overzicht_Leden.Lid_Achternaam AS Achternaam, qry_Overzicht_Leden.Lid_Tussenvoegsel AS Tussen, qry_Overzicht_Leden.Lid_Voornaam AS...
September 14, 2016 at 4:24 pm
Shaira (9/10/2016)
September 14, 2016 at 4:16 pm
In my experience, putting the 'ON' clause on a new line is more of an 'old school' habit going back to the days when you could only fit 80 characters...
September 14, 2016 at 3:47 pm
Did you copy the file into the two directories? Microsoft.SqlServer.Sqm.dll should be located in two folders.
Program Files (x86)\Microsoft SQL Server\100\Shared
Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE
I think it can end up...
September 14, 2016 at 3:32 pm
Michael L John (9/14/2016)
One of the variables you are concatenating is null. So, you get nothing.
Add some print statements after you initialize each variable, and...
September 14, 2016 at 1:49 pm
junk.mail291276 (9/14/2016)
C:\Program Files (x86)\Microsoft SQL Server\110\Tools\binn\sqlcmd.exe
C:\Program Files (x86)\Microsoft SQL Server\100\Tools\binn\sqlcmd.exe
C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\sqlcmd.exe
Only 110 gave me the 1> prompt that you...
September 14, 2016 at 1:21 pm
The script looks like it works - I was just messing with it.
Try changing your PRINTs to SELECTs - i.e. SELECT @cmd
Sue
September 14, 2016 at 1:01 pm
When you open an issue on connect, I doubt you get an answer in a day. There are some bugs up there that have been active for years. When you...
September 14, 2016 at 12:37 pm
DeWayne_McCallie (9/14/2016)
September 14, 2016 at 12:14 pm
You can use other machines and run it remotely as already indicated.
Another option is to just run a Powershell job step from SQL Server. It's pretty basic one to...
September 14, 2016 at 11:05 am
If it's the error log and not a log file and you want to read through it, it might be easier or faster (depending) to use xp_readerrorlog and filter it...
September 13, 2016 at 5:58 pm
I've seen in with a lot of different versions and ran into the error at a couple of client sites as well. I don't think it's just limited to any...
September 13, 2016 at 4:36 pm
I don't know either - I think there is a way using SqlLocalDB utility but I don't have a version to try.
See if you can connect to the...
September 13, 2016 at 3:45 pm
junk.mail291276 (9/13/2016)
The instance appears to be ACMCAL-LT160\LOCALDB#F1BD7ACE.
I put that into the backup command like so:
sqlcmd -S ACMCAL-LT160\LOCALDB#F1BD7ACE -E -Q "EXEC...
September 13, 2016 at 1:53 pm
Viewing 15 posts - 4,321 through 4,335 (of 4,477 total)