Viewing 15 posts - 1 through 15 (of 27 total)
Using Powershell 3, I had the same problem but ended up doing this:
$UnicodeFileName = $ScriptPath + "\UnicodeFileContent.sql"
$FileContent = Get-Content $FileName
$FileContent | Out-File -FilePath $UnicodeFileName -Encoding Unicode
Invoke-Sqlcmd -ServerInstance $SqlServer -Database...
April 16, 2013 at 2:33 pm
Jet-Ski (10/24/2012)
October 24, 2012 at 2:33 pm
Since we support legacy systems and a full on 50 developpers that are redoing all of our systems by phases, we need two sets of development environments. That brings us...
August 9, 2012 at 9:53 am
I've been working at the same place (14 years now) since getting out of school and it's what what you might call a big small company or a small big...
July 24, 2012 at 11:38 am
Revenant (5/25/2012)
I am surprised that no one (yet) mentioned Inception.
I would have mentionned it. It's a great movie. But it was my understanding that the thread was supposed to be...
May 25, 2012 at 9:59 am
I enjoyed John Carter. Never read the books but it was great to watch.
I really enjoyed Cowboys & Aliens. I don't know if it was in 2011 but anyway, it's...
May 25, 2012 at 9:56 am
calvo (5/6/2011)
By "vulgarize" I thought you meant something completely different..."DBAs do it from the back end"?
Lol very funny 😉 I really enjoy the community od SQLServerCentral.
I meant, of course, a...
May 6, 2011 at 7:05 am
Thanks for all the ideas. I'll try them.
Some gave me a laugh or two 😉
May 2, 2011 at 7:18 am
It's a good solution to use replication but it's very easy to get lost in it.
If you go down that road, my two suggestions are to keep a graphical schema...
April 21, 2011 at 9:37 am
Well well, that list is exactly my job right now, minus the cloud thing. I also support the legacy systems which my company is in the works of replacing over...
April 14, 2011 at 7:42 am
The state column could be changing but I don't see why it would. No process is making it offline or in emergency and there is no recovery process at that...
December 8, 2010 at 7:38 am
Well, since I added the keyword STATIC in my DECLARE CURSOR, the problem didn't occur. So I'm gonna implement this change on all my servers.
If anyone knows why the resultset...
December 6, 2010 at 9:31 am
I didn't find anything in any of the windows events logs or the SQL Server logs.
As you suggested, I added a bunch of outputs to trace the loop. I'll get...
November 30, 2010 at 9:23 am
Jas pointed me towards an option of RS Scripter on the Report tab called Server Parameters override report which will preserve the values set on the Report Server and override...
August 20, 2010 at 10:21 am
I did what Luke suggested and indeed, the RS Scripter tool (and the "Modify->Save" function in the "Properties->General" of the Reports Manager) don't seem to care about the changes made...
August 18, 2010 at 2:21 pm
Viewing 15 posts - 1 through 15 (of 27 total)